Record
create-address-params
No description available.
record create-address-params {
account-sid: string,
auto-correct-address: option<bool>,
city: string,
customer-name: string,
emergency-enabled: option<bool>,
friendly-name: option<string>,
iso-country: string,
postal-code: string,
region: string,
street: string,
street-secondary: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-sid | string | |
| auto-correct-address | option<bool> | |
| city | string | |
| customer-name | string | |
| emergency-enabled | option<bool> | |
| friendly-name | option<string> | |
| iso-country | string | |
| postal-code | string | |
| region | string | |
| street | string | |
| street-secondary | option<string> |