Values.LinkedWhatsAppBusinessAccountSourceThe details of your linked WhatsApp Business Account.
type nonrec t = {arn : LinkedWhatsAppBusinessAccountArn.t option;The ARN of the linked WhatsApp Business Account.
*)id : LinkedWhatsAppBusinessAccountId.t option;The ID of the linked WhatsApp Business Account, formatted as waba-01234567890123456789012345678901.
*)wabaId : WhatsAppBusinessAccountId.t option;The WhatsApp Business Account ID from meta.
*)registrationStatus : RegistrationStatus.t option;The registration status of the linked WhatsApp Business Account.
*)linkDate : WhatsAppBusinessAccountLinkDate.t option;The date the WhatsApp Business Account was linked.
*)wabaName : WhatsAppBusinessAccountName.t option;The name of the linked WhatsApp Business Account.
*)eventDestinations : WhatsAppBusinessAccountEventDestinations.t option;The event destinations for the linked WhatsApp Business Account.
*)marketingMessagesOnboardingStatus : WhatsAppBusinessAccountMarketingMessagesOnboardingStatus.t
option;The onboarding status for the Marketing Messages API. This value is fetched from Meta and indicates whether the WhatsApp Business Account is onboarded for Meta's Marketing Messages API.
*)phoneNumbers : WhatsAppPhoneNumberSummaryList.t option;The phone numbers associated with the Linked WhatsApp Business Account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of EventDestinationArn.t ]) list ]
list
| `String of LinkedWhatsAppBusinessAccountArn.t
| `Timestamp of WhatsAppBusinessAccountLinkDate.t ])
list ]