Values.WhatsAppPhoneNumberDetailSourceThe details of your WhatsApp phone number.
type nonrec t = {arn : LinkedWhatsAppPhoneNumberArn.t option;The ARN of the WhatsApp phone number.
*)phoneNumber : PhoneNumber.t option;The phone number for sending WhatsApp.
*)phoneNumberId : WhatsAppPhoneNumberId.t option;The phone number ID. Phone number identifiers are formatted as phone-number-id-01234567890123456789012345678901.
*)metaPhoneNumberId : WhatsAppPhoneNumber.t option;The phone number ID from Meta.
*)displayPhoneNumberName : WhatsAppPhoneNumberName.t option;The display name for this phone number.
*)displayPhoneNumber : WhatsAppDisplayPhoneNumber.t option;The phone number that appears in the recipients display.
*)qualityRating : WhatsAppPhoneNumberQualityRating.t option;The quality rating of the phone number.
*)dataLocalizationRegion : IsoCountryCode.t option;The geographic region where the WhatsApp phone number's data is stored and processed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of LinkedWhatsAppPhoneNumberArn.t ]) list ]