Values.PhoneNumberInformationSourceA list of phone numbers and their metadata.
type nonrec t = {createdAt : Timestamp.t option;The date and time when the phone number was created.
*)phoneNumber : PhoneNumber.t option;The phone number.
*)status : String_.t option;The status of the phone number.
*)iso2CountryCode : Iso2CountryCode.t option;The two-character code for the country or region, in ISO 3166-1 alpha-2 format.
*)routeType : RouteType.t option;The list of supported routes.
*)numberCapabilities : NumberCapabilityList.t option;The capabilities of each phone number.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of PhoneNumber.t
| `Timestamp of Timestamp.t ])
list ]