AddressRetrieveOutput_v1
| Field | Type | Description |
|---|---|---|
| address | Address_v1 | The validated address object retrieved from the address retrieval process. |
| status | Status_v1 | The status details for the retrieval operation, including a result code, message, and credit usage. |
| advice | Advice_v1 | The overall advice regarding the retrieved address (e.g., GREEN, AMBER, or RED). The getAdvice() method returns this as a string. |
Updated 8 months ago