BillingProfilePropertiesBillTo Class

Billing address.

Constructor

BillingProfilePropertiesBillTo(*args: Any, **kwargs: Any)

Variables

Name Description
address_line1
str

Address line 1. Required.

address_line2
str

Address line 2.

address_line3
str

Address line 3.

city
str

Address city.

company_name
str

Company name. Optional for MCA Individual (Pay-as-you-go).

country
str

Country code uses ISO 3166-1 Alpha-2 format. Required.

district
str

Address district.

email
str

Email address.

first_name
str

First name. Optional for MCA Enterprise.

last_name
str

Last name. Optional for MCA Enterprise.

middle_name
str

Middle name.

phone_number
str

Phone number.

postal_code
str

Postal code.

region
str

Address region.

is_valid_address

Indicates if the address is incomplete.