AddressModel's have the following attributes and methods:
The address record ID.
The customers first name (required).
The customers last name (required).
The first line of the address,
Second address line.
The city.
The zip or postcode.
Phone number.
An alternative phone number
Business Name.
Business Tax ID. No automatic validation of this ID occurs.
Alias of getStateText()
Returns the stateName
if it exists, otherwise the related state's name.
The record ID of the related country (required).
The record ID of the related state.
Alias of getStateText()
Alias of getCountryText()
Returns the stateName
if it exists, otherwise the related state's name.
Returns the related Country Model is it exists, or a blank string if it does not.
Returns the related State Model is it exists, or null if it does not.