AddressValidationResponse Class
Result of the address validation.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
AddressValidationResponse(**kwargs: Any)
Variables
| Name | Description |
|---|---|
|
status
|
Status of the address validation. Known values are: "Other", "Valid", and "Invalid". |
|
suggested_addresses
|
The list of suggested addresses. |
|
validation_message
|
Validation error message. |