AddressDetails interface

Address details.

Properties

addressLine1

Address line 1.

addressLine2

Address line 2.

addressLine3

Address line 3.

city

Address city.

companyName

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

country

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

district

Address district.

email

Email address.

firstName

First name. Optional for MCA Enterprise.

isValidAddress

Indicates if the address is incomplete.

lastName

Last name. Optional for MCA Enterprise.

middleName

Middle name.

phoneNumber

Phone number.

postalCode

Postal code.

region

Address region.

Property Details

addressLine1

Address line 1.

addressLine1: string

Property Value

string

addressLine2

Address line 2.

addressLine2?: string

Property Value

string

addressLine3

Address line 3.

addressLine3?: string

Property Value

string

city

Address city.

city?: string

Property Value

string

companyName

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

companyName?: string

Property Value

string

country

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

country: string

Property Value

string

district

Address district.

district?: string

Property Value

string

email

Email address.

email?: string

Property Value

string

firstName

First name. Optional for MCA Enterprise.

firstName?: string

Property Value

string

isValidAddress

Indicates if the address is incomplete.

isValidAddress?: boolean

Property Value

boolean

lastName

Last name. Optional for MCA Enterprise.

lastName?: string

Property Value

string

middleName

Middle name.

middleName?: string

Property Value

string

phoneNumber

Phone number.

phoneNumber?: string

Property Value

string

postalCode

Postal code.

postalCode?: string

Property Value

string

region

Address region.

region?: string

Property Value

string