Values.GetLinkedWhatsAppBusinessAccountPhoneNumberInputSourceRetrieve the WABA account id and phone number details of a WhatsApp business account phone number.
type nonrec t = {id : WhatsAppPhoneNumberId.t;The unique identifier of the phone number. Phone number identifiers are formatted as phone-number-id-01234567890123456789012345678901. Use GetLinkedWhatsAppBusinessAccount to find a phone number's id.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of WhatsAppPhoneNumberId.t ]) list ]