AddressValidationOutput interface

Output of the address validation api.

Properties

alternateAddresses

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.

validationStatus

The address validation status. NOTE: This property will not be serialized. It can only be populated by the server.

validationType

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

Property Value