Address
Definition
Address {
string[] Lines
}
Description:
Represents a set of address lines.
The address should contain at most six address lines followed by a postcode. Additional lines can be handled, but may reduce the accuracy of the service.
In the xxxSimple version of each method that accepts an Address or InputRecord parameter, the address is supplied instead as a single string parameter that contains a comma-separated list of address lines.
View all common types