Record
address-with-time-zone
No description available.
record address-with-time-zone {
address-v1: option<string>,
address-v2: option<string>,
city: option<string>,
country: option<string>,
postal-code: option<string>,
state: option<string>,
time-zone: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address-v1 | option<string> | |
| address-v2 | option<string> | |
| city | option<string> | |
| country | option<string> | |
| postal-code | option<string> | |
| state | option<string> | |
| time-zone | option<string> |