Module Values.CapabilityOptionsSource

Contains the details for an Outbound EDI capability.

Sourcetype nonrec t = {
  1. outboundEdi : OutboundEdiOptions.t option;
    (*

    A structure that contains the outbound EDI options.

    *)
  2. inboundEdi : InboundEdiOptions.t option;
    (*

    A structure that contains the inbound EDI options for the capability.

    *)
}
Sourceval make : ?outboundEdi:??? -> ?inboundEdi:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of X12ValidateEdi.t | `Enum of string | `Integer of LineLength.t | `Structure of (string * [> `Integer of StartingInterchangeControlNumber.t | `String of X12IdQualifier.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t