IAddressOperations Interface

Definition

AddressOperations operations.

public interface IAddressOperations
type IAddressOperations = interface
Public Interface IAddressOperations

Methods

ValidateWithHttpMessagesAsync(AddressDetails, Dictionary<String,List<String>>, CancellationToken)

Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address. https://docs.microsoft.com/en-us/rest/api/billing/

Extension Methods

Validate(IAddressOperations, AddressDetails)

Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address. https://docs.microsoft.com/en-us/rest/api/billing/

ValidateAsync(IAddressOperations, AddressDetails, CancellationToken)

Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address. https://docs.microsoft.com/en-us/rest/api/billing/

Applies to