AddressValidationProperties interface
The address validation output.
- Extends
Properties
| alternate |
List of alternate addresses. NOTE: This property will not be serialized. It can only be populated by the server. |
| validation |
The address validation status. NOTE: This property will not be serialized. It can only be populated by the server. |
| validation |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| error | Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alternateAddresses
List of alternate addresses. NOTE: This property will not be serialized. It can only be populated by the server.
alternateAddresses?: ShippingAddress[]
Property Value
validationStatus
The address validation status. NOTE: This property will not be serialized. It can only be populated by the server.
validationStatus?: AddressValidationStatus
Property Value
validationType
Polymorphic discriminator, which specifies the different types this object can be
validationType: "ValidateAddress"
Property Value
"ValidateAddress"
Inherited Property Details
error
Error code and message of validation response. NOTE: This property will not be serialized. It can only be populated by the server.
error?: CloudError
Property Value
Inherited From ValidationInputResponse.error