Module Values.LinkedWhatsAppBusinessAccountSummarySource

The details of a linked WhatsApp Business Account.

Sourcetype nonrec t = {
  1. arn : LinkedWhatsAppBusinessAccountArn.t option;
    (*

    The ARN of the linked WhatsApp Business Account.

    *)
  2. id : LinkedWhatsAppBusinessAccountId.t option;
    (*

    The ID of the linked WhatsApp Business Account, formatted as waba-01234567890123456789012345678901.

    *)
  3. wabaId : WhatsAppBusinessAccountId.t option;
    (*

    The WhatsApp Business Account ID provided by Meta.

    *)
  4. registrationStatus : RegistrationStatus.t option;
    (*

    The registration status of the linked WhatsApp Business Account.

    *)
  5. linkDate : WhatsAppBusinessAccountLinkDate.t option;
    (*

    The date the WhatsApp Business Account was linked.

    *)
  6. wabaName : WhatsAppBusinessAccountName.t option;
    (*

    The name of the linked WhatsApp Business Account.

    *)
  7. eventDestinations : WhatsAppBusinessAccountEventDestinations.t option;
    (*

    The event destinations for the linked WhatsApp Business Account.

    *)
  8. 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.

    *)
}
Sourceval make : ?arn:??? -> ?id:??? -> ?wabaId:??? -> ?registrationStatus:??? -> ?linkDate:??? -> ?wabaName:??? -> ?eventDestinations:??? -> ?marketingMessagesOnboardingStatus:??? -> unit -> t
Sourceval 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 ]
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