Values.CreatePhoneNumberOrderRequestSourceCreates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.
type nonrec t = {productType : PhoneNumberProductType.t;The phone number product type.
*)e164PhoneNumbers : E164PhoneNumberList.t;List of phone numbers, in E.164 format.
*)}val make :
productType:PhoneNumberProductType.t ->
e164PhoneNumbers:E164PhoneNumberList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of E164PhoneNumber.t ] list ])
list ]