Module Values.DeletePartnershipRequestSource

Deletes the specified partnership. 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.

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