AddressValidationResponse 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.
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
AddressValidationResponse() |
Properties
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. |