Values.CapabilityOptionsSourceContains the details for an Outbound EDI capability.
type nonrec t = {outboundEdi : OutboundEdiOptions.t option;A structure that contains the outbound EDI options.
*)inboundEdi : InboundEdiOptions.t option;A structure that contains the inbound EDI options for the capability.
*)}val 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 ]