Values.WhatsAppPhoneNumberSummarySourceThe details of a linked phone number.
type nonrec t = {arn : LinkedWhatsAppPhoneNumberArn.t option;The full Amazon Resource Name (ARN) for the phone number.
*)phoneNumber : PhoneNumber.t option;The phone number associated with the Linked WhatsApp Business Account.
*)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. This is from Meta.
*)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 ]