Values.WabaSetupFinalizationSourceThe registration details for a linked WhatsApp Business Account.
type nonrec t = {id : WhatsAppBusinessAccountId.t option;The ID of the linked WhatsApp Business Account, formatted as waba-01234567890123456789012345678901.
*)eventDestinations : WhatsAppBusinessAccountEventDestinations.t option;The event destinations for the linked WhatsApp Business Account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of EventDestinationArn.t ]) list ]
list
| `String of WhatsAppBusinessAccountId.t ])
list ]