Values.WhatsAppSetupFinalizationSourceThe details of linking a WhatsApp Business Account to your Amazon Web Services account.
type nonrec t = {associateInProgressToken : AssociateInProgressToken.t;An Amazon Web Services access token generated by WhatsAppSignupCallback and used by WhatsAppSetupFinalization.
*)phoneNumbers : WabaPhoneNumberSetupFinalizationList.t;An array of WabaPhoneNumberSetupFinalization objects containing the details of each phone number associated with the WhatsApp Business Account.
*)phoneNumberParent : LinkedWhatsAppBusinessAccountId.t option;Used to add a new phone number to an existing WhatsApp Business Account. This field can't be used when the waba field is present.
*)waba : WabaSetupFinalization.t option;Used to create a new WhatsApp Business Account and add a phone number. This field can't be used when the phoneNumberParent field is present.
*)}val make :
?phoneNumberParent:??? ->
?waba:??? ->
associateInProgressToken:AssociateInProgressToken.t ->
phoneNumbers:WabaPhoneNumberSetupFinalizationList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TagKeyString.t ]) list ]
list
| `String of WhatsAppPhoneNumber.t ])
list ]
list
| `String of AssociateInProgressToken.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of EventDestinationArn.t ]) list ]
list
| `String of WhatsAppBusinessAccountId.t ])
list ])
list ]