Record
list-available-phone-number-shared-cost-params
No description available.
record list-available-phone-number-shared-cost-params {
account-sid: string,
country-code: string,
area-code: option<s32>,
contains: option<string>,
sms-enabled: option<bool>,
mms-enabled: option<bool>,
voice-enabled: option<bool>,
exclude-all-address-required: option<bool>,
exclude-local-address-required: option<bool>,
exclude-foreign-address-required: option<bool>,
beta: option<bool>,
near-number: option<string>,
near-lat-long: option<string>,
distance: option<s32>,
in-postal-code: option<string>,
in-region: option<string>,
in-rate-center: option<string>,
in-lata: option<string>,
in-locality: option<string>,
fax-enabled: option<bool>,
page-size: option<s32>,
page: option<s32>,
page-token: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-sid | string | |
| country-code | string | |
| area-code | option<s32> | |
| contains | option<string> | |
| sms-enabled | option<bool> | |
| mms-enabled | option<bool> | |
| voice-enabled | option<bool> | |
| exclude-all-address-required | option<bool> | |
| exclude-local-address-required | option<bool> | |
| exclude-foreign-address-required | option<bool> | |
| beta | option<bool> | |
| near-number | option<string> | |
| near-lat-long | option<string> | |
| distance | option<s32> | |
| in-postal-code | option<string> | |
| in-region | option<string> | |
| in-rate-center | option<string> | |
| in-lata | option<string> | |
| in-locality | option<string> | |
| fax-enabled | option<bool> | |
| page-size | option<s32> | |
| page | option<s32> | |
| page-token | option<string> |