Record
address
No description available.
record address {
address-v1: option<string>,
address-v2: option<string>,
city: option<string>,
country: option<string>,
postal-code: option<string>,
state: 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> |