AddressValidationProperties interface
The address validation output.
- Extends
Properties
| alternate |
List of alternate addresses. |
| validation |
The address validation status. |
| validation |
Identifies the type of validation response. |
Inherited Properties
| error | Error code and message of validation response. |
Property Details
alternateAddresses
List of alternate addresses.
alternateAddresses?: ShippingAddress[]
Property Value
validationStatus
The address validation status.
validationStatus?: AddressValidationStatus
Property Value
validationType
Identifies the type of validation response.
validationType: "ValidateAddress"
Property Value
"ValidateAddress"
Inherited Property Details
error
Error code and message of validation response.
error?: CloudError
Property Value
Inherited From ValidationInputResponse.error