new Address()
- Source:
Methods
(static) Address#getAddress1() → {Null|String}
Get the field value
- Source:
Returns:
- Type
- Null | String
(static) Address#getAddress2() → {Null|String}
Get the field value
- Source:
Returns:
- Type
- Null | String
(static) Address#getAddress3() → {Null|String}
Get the field value
- Source:
Returns:
- Type
- Null | String
(static) Address#getCity() → {Null|String}
Get the field value
- Source:
Returns:
- Type
- Null | String
(static) Address#getCountry() → {Null|String}
Get the field value
- Source:
Returns:
- Type
- Null | String
(static) Address#getPhoneNumber() → {Null|String}
Get the field value
- Source:
Returns:
- Type
- Null | String
(static) Address#getState() → {Null|String}
Get the field value
- Source:
Returns:
- Type
- Null | String
(static) Address#getZip() → {Null|String}
Get the field value
- Source:
Returns:
- Type
- Null | String
(static) Address#setAddress1(address1)
Set the field value
Parameters:
| Name | Type | Description |
|---|---|---|
address1 |
Null | String |
- Source:
(static) Address#setAddress2(address2)
Set the field value
Parameters:
| Name | Type | Description |
|---|---|---|
address2 |
Null | String |
- Source:
(static) Address#setAddress3(address3)
Set the field value
Parameters:
| Name | Type | Description |
|---|---|---|
address3 |
Null | String |
- Source:
(static) Address#setCity(city)
Set the field value
Parameters:
| Name | Type | Description |
|---|---|---|
city |
Null | String |
- Source:
(static) Address#setCountry(country)
Set the field value
Parameters:
| Name | Type | Description |
|---|---|---|
country |
Null | String |
- Source:
(static) Address#setPhoneNumber(phoneNumber)
Set the field value
Parameters:
| Name | Type | Description |
|---|---|---|
phoneNumber |
Null | String |
- Source:
(static) Address#setState(state)
Set the field value
Parameters:
| Name | Type | Description |
|---|---|---|
state |
Null | String |
- Source:
(static) Address#setZip(zip)
Set the field value
Parameters:
| Name | Type | Description |
|---|---|---|
zip |
Null | String |
- Source: