new Address(firstName, lastName, addressLine1, addressLine2, city, state, country, postalCode, phoneNumber)
Address
Parameters:
| Name | Type | Description |
|---|---|---|
firstName |
string | |
lastName |
string | |
addressLine1 |
string | |
addressLine2 |
string | |
city |
string | |
state |
string | |
country |
string | |
postalCode |
string | |
phoneNumber |
string |
- Source: