Values_0.AvailableNumberSummarySourceInformation about available phone numbers.
type nonrec t = {phoneNumber : PhoneNumber.t option;The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
*)phoneNumberCountryCode : PhoneNumberCountryCode.t option;The ISO country code.
*)phoneNumberType : PhoneNumberType.t option;The type of phone number.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PhoneNumber.t ]) list ]