Jezik

AddressValidationResponse Class

Definition

The address validation response object.

public sealed class AddressValidationResponse : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type AddressValidationResponse = class
    inherit ResourceBaseWithLinks<StandardResourceLinks>
Public NotInheritable Class AddressValidationResponse
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
Inheritance

Constructors

Name Description
AddressValidationResponse()

Properties

Name Description
Attributes

Gets the attributes.

(Inherited from ResourceBase)
Links

Gets or sets the resource links.

(Inherited from ResourceBaseWithLinks<TLinks>)
OriginalAddress

Gets or sets the original address.

Status

Gets or sets the validation status.

SuggestedAddresses

Gets or sets the suggested addresses.

ValidationMessage

Gets or sets the validation message.

Applies to