Address
Class name: Address
The address model is a nested model meant to be used for vendor's address, and customer's billing and shipping addresses
| Property | Type | Description | Required |
|---|---|---|---|
| addressLine1 | string | The first line of the address | Yes |
| addressLine2 | string | The second line of the address | No |
| city | string | The city of the address | Yes |
| state | string | The state or province of the address | Yes |
| countryCode | string | The country code of the address | Yes |
| zip | string | The zip code of the address | Yes |
| phone | string | The phone number of the address | No |