Address interface
Interface representing a Address.
Methods
validate(Address |
Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address. |
Method Details
validate(AddressDetails, AddressValidateOptionalParams)
Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address.
function validate(parameters: AddressDetails, options?: AddressValidateOptionalParams): Promise<AddressValidationResponse>
Parameters
- parameters
- AddressDetails
Address details.
- options
- AddressValidateOptionalParams
The options parameters.
Returns
Promise<AddressValidationResponse>