Record
get-ecommerce-stores-id-orders-id-response-customer-address
No description available.
record get-ecommerce-stores-id-orders-id-response-customer-address {
address1: option<string>,
address2: option<string>,
city: option<string>,
country: option<string>,
country-code: option<string>,
postal-code: option<string>,
province: option<string>,
province-code: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address1 | option<string> | |
| address2 | option<string> | |
| city | option<string> | |
| country | option<string> | |
| country-code | option<string> | |
| postal-code | option<string> | |
| province | option<string> | |
| province-code | option<string> |