AddressValidationOutput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Output of the address validation api.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AddressValidationOutput
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AddressValidationOutput = class
Public Class AddressValidationOutput
- Inheritance
-
AddressValidationOutput
- Attributes
Constructors
AddressValidationOutput() |
Initializes a new instance of the AddressValidationOutput class. |
AddressValidationOutput(CloudError, Nullable<AddressValidationStatus>, IList<ShippingAddress>) |
Initializes a new instance of the AddressValidationOutput class. |
Properties
AlternateAddresses |
Gets list of alternate addresses. |
Error |
Gets error code and message of validation response. |
ValidationStatus |
Gets the address validation status. Possible values include: 'Valid', 'Invalid', 'Ambiguous' |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET