Values.PartnershipSummarySourceA structure that contains the details for a partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
type nonrec t = {profileId : ProfileId.t option;Returns the unique, system-generated identifier for the profile connected to this partnership.
*)partnershipId : PartnershipId.t option;Returns the unique, system-generated identifier for a partnership.
*)name : PartnerName.t option;Returns the name of the partnership.
*)capabilities : PartnershipCapabilities.t option;Returns one or more capabilities associated with this partnership.
*)capabilityOptions : CapabilityOptions.t option;tradingPartnerId : TradingPartnerId.t option;Returns the unique, system-generated identifier for a trading partner.
*)createdAt : CreatedDate.t option;Returns a timestamp for creation date and time of the partnership.
*)modifiedAt : ModifiedDate.t option;Returns a timestamp that identifies the most recent date and time that the partnership was modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CapabilityId.t ] list
| `String of ProfileId.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
| `Timestamp of CreatedDate.t ])
list ]