IValidations.IsAddressValidAsync(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.
Asynchronously checks if the address is valid or not.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.AddressValidationResponse> IsAddressValidAsync (Microsoft.Store.PartnerCenter.Models.Address address);
abstract member IsAddressValidAsync : Microsoft.Store.PartnerCenter.Models.Address -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Customers.AddressValidationResponse>
Public Function IsAddressValidAsync (address As Address) As Task(Of AddressValidationResponse)
Parameters
- address
- Address
The address to be validated.
Returns
The address validation response object.