IValidations.IsAddressValid(Address) Method
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.
Checks if the address is valid or not.
public Microsoft.Store.PartnerCenter.Models.Customers.AddressValidationResponse IsAddressValid (Microsoft.Store.PartnerCenter.Models.Address address);
abstract member IsAddressValid : Microsoft.Store.PartnerCenter.Models.Address -> Microsoft.Store.PartnerCenter.Models.Customers.AddressValidationResponse
Public Function IsAddressValid (address As Address) As AddressValidationResponse
Parameters
- address
- Address
The address to be validated.
Returns
The address validation response object.