Input
ValidateAddressAUS takes a standard address as input. All addresses use this format.
Parameter |
Format |
Description |
---|---|---|
Data.AddressLine1 |
String [288] |
The first address line. |
Data.AddressLine2 |
String [288] |
The second address line. |
Data.AddressLine3 |
String [288] |
The third address line. |
Data.AddressLine4 |
String [288] |
The fourth address line. |
Data.City |
String [48] |
The city/locality/suburb name. This can optionally be entered into one of the AddressLine fields along with the State and Postal Code. |
Data.StateProvince |
String [4] |
The state. This can optionally be entered into one of the AddressLine fields along with the City and Postal Code. |
Data.PostalCode |
String [8] |
The postal code. This can optionally be entered into one of the AddressLine fields along with the State and City. |