Values.PutAllianceLeadContactRequestSourceCreates or updates the alliance lead contact information for a partner account.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the partner account.
*)identifier : PartnerIdentifier.t;The unique identifier of the partner account.
*)allianceLeadContact : AllianceLeadContact.t;The alliance lead contact information to set for the partner account.
*)emailVerificationCode : EmailVerificationCode.t option;The verification code sent to the alliance lead contact's email to confirm the update.
*)}val make :
?emailVerificationCode:??? ->
catalog:Catalog.t ->
identifier:PartnerIdentifier.t ->
allianceLeadContact:AllianceLeadContact.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Catalog.t
| `Structure of
(string * [> `String of SensitiveUnicodeString.t ]) list ])
list ]