An Address represents a name, address, and phone number.
Properties
| Name | Type | Description |
|---|---|---|
| Name | string | The name or company for the address. |
| Address1 | string | The first line of the street address for the address. |
| Address2 | string | The second line of the street address for the address. |
| City | string | The city for the address. |
| State | string | The state, province, or other applicable municipality for the address. |
| PostalCode | string | The ZIP or postal code for the address. |
| Country | string | The 2-character country code for the address. |
| Phone | string | The phone number for the address. |
