Input property of GetTaxRequest
representing addresses needed for tax calculations.
Reference code uniquely identifying this address instance.
Address line 1, required if Latitude and Longitude are not provided or PostalCode is not provided.
Address line 2
Address line 3
City name, required unless PostalCode
is specified and/or latitude and longitude are provided.
State, province, or region name. Required unless City is specified and/or latitude and longitude are provided.
Country code. If not provided, will default to 'US'.
Postal or ZIP code, Required unless city and region are specified, and/or latitude and longitude are provided.
Geographic latitude. If latitude is defined, it is expected that the longitude field will also be provided. Failure to do so will result in operation error. Calculation by latitude/longitude is available for the United States only. If a latitude/longitude value outside of the US is provided, the service will return an error.
Geographic longitude. If longitude is defined, it is expected that the latitude field will also be provided. Fail to do so will result in operation error. Calculation by latitude/longitude is available for the United States only. If a latitude/longitude value outside of the US is provided, the service will return an error.
AvaTax tax region identifier. If a non-zero value is entered into TaxRegionId
, other fields will be ignored. Not recommended.