AddressValidationOutput interface
Output of the address validation api.
Properties
alternate |
List of alternate addresses. NOTE: This property will not be serialized. It can only be populated by the server. |
error | Error code and message of validation response. 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 |
Identifies the type of validation response. |
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
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
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
Identifies the type of validation response.
validationType?: ValidationInputDiscriminator