Values.WabaPhoneNumberSetupFinalizationSourceThe registration details for a linked phone number.
type nonrec t = {id : WhatsAppPhoneNumber.t;The unique identifier of the originating phone number associated with the media. Phone number identifiers are formatted as phone-number-id-01234567890123456789012345678901. Use the GetLinkedWhatsAppBusinessAccount API action to find a phone number's id.
*)twoFactorPin : TwoFactorPin.t;The PIN to use for two-step verification. To reset your PIN follow the directions in Updating PIN in the WhatsApp Business Platform Cloud API Reference.
*)dataLocalizationRegion : IsoCountryCode.t option;The two letter ISO region for the location of where Meta will store data. Asia–Pacific (APAC) Australia AU Indonesia ID India IN Japan JP Singapore SG South Korea KR Europe Germany DE Switzerland CH United Kingdom GB Latin America (LATAM) Brazil BR Middle East and Africa (MEA) Bahrain BH South Africa ZA United Arab Emirates AE North America (NORAM) Canada CA
*)}val make :
?dataLocalizationRegion:??? ->
?tags:??? ->
id:WhatsAppPhoneNumber.t ->
twoFactorPin:TwoFactorPin.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKeyString.t ]) list ]
list
| `String of WhatsAppPhoneNumber.t ])
list ]