Record
profile-commerce-address
No description available.
record profile-commerce-address {
city: option<string>,
country: option<string>,
postal-code: option<string>,
region: option<string>,
street: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| city | option<string> | |
| country | option<string> | |
| postal-code | option<string> | |
| region | option<string> | |
| street | option<list<string>> |