Parse Objects
Parse Objects
The result of a parsed Australian Address. | |
The result of a parsed New Zealand Address. |
ParsedAddressAu <<extends>> AddressAu
A ParsedAddressAu object extends a standard AddressAu object and is returned in the parse method response for Australian addresses.
See AddressAu for inherited attributes.
careOf
Type: StringAn optional 'Care Of' value for the parsed address.
exception
Type: StringA message outlining any errors that occuring during the parse process (e.g. "Not enough information").
JSON Representation
ParsedAddressNz <<extends>> AddressNz
A ParsedAddressAu object extends a standard AddressNz object and is returned in the parse method response for New Zealand addresses.
See AddressNz for inherited attributes.
careOf
Type: StringAn optional 'Care Of' value for the parsed address.
exception
Type: StringA message outlining any errors that occuring during the parse process (e.g. "Not enough information").
JSON Representation
Last updated