TaxRateAddressRequest Data Type

The address for the tax rate calculation.

Properties
name data type description
addressLine1 string The first address line, usually street address.
city string The city of the address.
zipcode string The zipcode/postal code of the address.
administrativeDivision string The administrative division, such as region or state.

Example

{
  "addressLine1" : "Druveforsvägen 8",
  "city" : "BORÅS",
  "zipcode" : "50454",
  "administrativeDivision" : "Borås kommun"
}