Module Values.WhatsAppPhoneNumberDetailSource

The details of your WhatsApp phone number.

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

    The ARN of the WhatsApp phone number.

    *)
  2. phoneNumber : PhoneNumber.t option;
    (*

    The phone number for sending WhatsApp.

    *)
  3. phoneNumberId : WhatsAppPhoneNumberId.t option;
    (*

    The phone number ID. Phone number identifiers are formatted as phone-number-id-01234567890123456789012345678901.

    *)
  4. metaPhoneNumberId : WhatsAppPhoneNumber.t option;
    (*

    The phone number ID from Meta.

    *)
  5. displayPhoneNumberName : WhatsAppPhoneNumberName.t option;
    (*

    The display name for this phone number.

    *)
  6. displayPhoneNumber : WhatsAppDisplayPhoneNumber.t option;
    (*

    The phone number that appears in the recipients display.

    *)
  7. qualityRating : WhatsAppPhoneNumberQualityRating.t option;
    (*

    The quality rating of the phone number.

    *)
  8. dataLocalizationRegion : IsoCountryCode.t option;
    (*

    The geographic region where the WhatsApp phone number's data is stored and processed.

    *)
}
Sourceval make : ?arn:??? -> ?phoneNumber:??? -> ?phoneNumberId:??? -> ?metaPhoneNumberId:??? -> ?displayPhoneNumberName:??? -> ?displayPhoneNumber:??? -> ?qualityRating:??? -> ?dataLocalizationRegion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LinkedWhatsAppPhoneNumberArn.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