Address
The address datatype is a special datatype that is used to store a generic address, whether it be business or personal.
Properties
- Name
address1
- Type
- string
- Description
The first line of the address. Ex: 1234 Main St
- Name
address2
- Type
- string
- Description
The second line of the address. Ex: Suite 100
- Name
city
- Type
- string
- Description
The city of the address.
- Name
state
- Type
- string
- Description
The state of the address.
- Name
zip
- Type
- integer
- Description
The zip code of the address.
- Name
addressType
- Type
- ['BUSINESS', 'PERSONAL']
- Description
The type of address.
- Name
province
- Type
- string
- Description
The province of the address, if applicable.
- Name
countryCode
- Type
- string
- Description
The country code of the address.