Record
vias-address
No description available.
record vias-address {
city: option<string>,
country: string,
house-number-or-name: option<string>,
postal-code: option<string>,
state-or-province: option<string>,
street: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| city | option<string> | |
| country | string | |
| house-number-or-name | option<string> | |
| postal-code | option<string> | |
| state-or-province | option<string> | |
| street | option<string> |