AddressDetails interface
Address details.
Properties
address |
Address line 1. |
address |
Address line 2. |
address |
Address line 3. |
city | Address city. |
company |
Company name. Optional for MCA Individual (Pay-as-you-go). |
country | Country code uses ISO 3166-1 Alpha-2 format. |
district | Address district. |
Email address. |
|
first |
First name. Optional for MCA Enterprise. |
is |
Indicates if the address is incomplete. |
last |
Last name. Optional for MCA Enterprise. |
middle |
Middle name. |
phone |
Phone number. |
postal |
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 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