You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addressLine1 can contain the Flat number, Building or Apartment Name/number (if any) or company name (if not residential).
[optional]
addressLine2
String
The addressLine2 contains Street address or Landmark (if any).
[optional]
addressLine3
String
The addressLine3 contains P.O.Box (if any) near the address.
[optional]
cityTown
String
The name of the city or town to where the address belongs.
[optional]
company
String
This indicates the name of the company, in case if the sender address is not residential.
[optional]
countryCode
String
This indicates the two-character ISO code of the source country from the ISO country list.
[optional]
email
String
The email address of the sender. It can be person's email address or company email address (for non-residential).
[optional]
name
String
Name of the sender to which this address points.
[optional]
phone
String
This is sender's phone number. Enter the digits with or without spaces or hyphens. The maximum characters for Phone number is 10 digits.
[optional]
postalCode
String
The postal code or ZIP code of the address. For US addresses, use either the 5-digit or 9-digit ZIP code in one of the following formats: '12345' or '12345-6789'. If you use a different format, such as 12345- or 123451234, will receive an error.
[optional]
residential
Boolean
The specified adress can be Residential or Official. In case if the adress is Residential, the boolean value will be 'true', else it will take 'false'.
[optional]
stateProvince
String
The State or Province of the address. For a US or Canadian address, it is the 2-letter state or province code.