AddressInfo Type
This type contains address details.
Remarks
This type contains details of the cardholder's address including:
Fields
city String |
The city of the address. The maximum length is 50 characters. |
country String |
The country of the address. The format is a 3 digit country code as defined in ISO 3166-1. |
line1 String |
The first line of the street address or equivalent local portion of the address. The maximum length is 50 characters. |
line2 String |
The second line of the street address or equivalent local portion of the address. The maximum length is 50 characters. |
line3 String |
The third line of the street address or equivalent local portion of the address. The maximum length is 50 characters. |
postalCode String |
The ZIP or other postal code of the address. The maximum length is 16 characters. |
state String |
The state or province of the address. The maximum length is 3 characters and should be the country subdivision code defined in ISO 3166-2. |
Constructors
public init()