AddressValidationResponse interface
Result of the address validation.
Properties
status | Status of the address validation. NOTE: This property will not be serialized. It can only be populated by the server. |
suggested |
The list of suggested addresses. NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Validation error message. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
status
Status of the address validation. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
suggestedAddresses
The list of suggested addresses. NOTE: This property will not be serialized. It can only be populated by the server.
suggestedAddresses?: AddressDetails[]
Property Value
validationMessage
Validation error message. NOTE: This property will not be serialized. It can only be populated by the server.
validationMessage?: string
Property Value
string