Module Values.UpdatePartnershipRequestSource

Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.

Sourcetype nonrec t = {
  1. partnershipId : PartnershipId.t;
    (*

    Specifies the unique, system-generated identifier for a partnership.

    *)
  2. name : PartnerName.t option;
    (*

    The name of the partnership, used to identify it.

    *)
  3. capabilities : PartnershipCapabilities.t option;
    (*

    List of the capabilities associated with this partnership.

    *)
  4. capabilityOptions : CapabilityOptions.t option;
    (*

    To update, specify the structure that contains the details for the associated capabilities.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?capabilities:??? -> ?capabilityOptions:??? -> partnershipId:PartnershipId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of CapabilityId.t ] list | `String of PartnershipId.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 ]) 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