Module Values.WhatsAppSetupFinalizationSource

The details of linking a WhatsApp Business Account to your Amazon Web Services account.

Sourcetype nonrec t = {
  1. associateInProgressToken : AssociateInProgressToken.t;
    (*

    An Amazon Web Services access token generated by WhatsAppSignupCallback and used by WhatsAppSetupFinalization.

    *)
  2. phoneNumbers : WabaPhoneNumberSetupFinalizationList.t;
    (*

    An array of WabaPhoneNumberSetupFinalization objects containing the details of each phone number associated with the WhatsApp Business Account.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : ?phoneNumberParent:??? -> ?waba:??? -> associateInProgressToken:AssociateInProgressToken.t -> phoneNumbers:WabaPhoneNumberSetupFinalizationList.t -> unit -> t
Sourceval 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 ]
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