| Name | Type | Description | Notes |
|---|---|---|---|
| addressRequirements | AddressRequirementsEnum | Address requirements | [optional] |
| country | String | ISO country code | [optional] |
| friendlyName | String | Friendly formatted phone number | [optional] |
| locality | String | City/Locality | [optional] |
| mms | Boolean | MMS capability | [optional] |
| monthlyCost | BigDecimal | Monthly cost for this phone number | [optional] |
| phoneNumber | String | Phone number in E.164 format | [optional] |
| region | String | State/Province/Region | [optional] |
| sms | Boolean | SMS capability | [optional] |
| voice | Boolean | Voice capability | [optional] |
| Name | Value |
|---|---|
| NONE | "none" |
| ANY | "any" |
| LOCAL | "local" |
| FOREIGN | "foreign" |