TaxDataTaxRuleInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Id | [optional] |
| code | string | Tax rule code | |
| priority | int | Priority | |
| position | int | Sort order. | |
| customerTaxClassIds | int[] | Customer tax class id | |
| productTaxClassIds | int[] | Product tax class id | |
| taxRateIds | int[] | Tax rate ids | |
| calculateSubtotal | bool | Calculate subtotal. | [optional] |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\TaxDataTaxRuleExtensionInterface | [optional] |