TaxDataTaxRateInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Id | [optional] |
| taxCountryId | string | Country id | |
| taxRegionId | int | Region id | [optional] |
| regionName | string | Region name | [optional] |
| taxPostcode | string | Postcode | [optional] |
| zipIsRange | int | Zip is range | [optional] |
| zipFrom | int | Zip range from | [optional] |
| zipTo | int | Zip range to | [optional] |
| rate | float | Tax rate in percentage | |
| code | string | Tax rate code | |
| titles | \SpringImport\Swagger\Magento2\Client\Model\TaxDataTaxRateTitleInterface[] | Tax rate titles | [optional] |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\TaxDataTaxRateExtensionInterface | [optional] |