Address Class

Address information for domain registration.

All required parameters must be populated in order to send to Azure.

Inheritance
Address

Constructor

Address(*, address1: str, city: str, country: str, postal_code: str, state: str, address2: Optional[str] = None, **kwargs)

Parameters

address1
str
Required

Required. First line of an Address.

address2
str
Required

The second line of the Address. Optional.

city
str
Required

Required. The city for the address.

country
str
Required

Required. The country for the address.

postal_code
str
Required

Required. The postal code for the address.

state
str
Required

Required. The state or province for the address.