Address interface
Address information for domain registration.
Properties
| address1 | First line of an Address. |
| address2 | The second line of the Address. Optional. |
| city | The city for the address. |
| country | The country for the address. |
| postal |
The postal code for the address. |
| state | The state or province for the address. |
Property Details
address1
First line of an Address.
address1: string
Property Value
string
address2
The second line of the Address. Optional.
address2?: string
Property Value
string
city
The city for the address.
city: string
Property Value
string
country
The country for the address.
country: string
Property Value
string
postalCode
The postal code for the address.
postalCode: string
Property Value
string
state
The state or province for the address.
state: string
Property Value
string