AddressOperations interface
Interface representing a Address operations.
Properties
| validate | Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address. |
Property Details
validate
Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address.
validate: (parameters: AddressDetails, options?: AddressValidateOptionalParams) => Promise<AddressValidationResponse>
Property Value
(parameters: AddressDetails, options?: AddressValidateOptionalParams) => Promise<AddressValidationResponse>