A closed sale amount range that corresponds to a specific tax amount in a tax table.
| end | number <currency> The end of a sale amount range that corresponds to a specific tax amount in a tax table. |
| pattern | boolean Specifies whether the price range is part of an incomplete set of ranges that establish an algorithm that you can use to calculate tax amounts. |
| start | number <currency> The start of a sale amount range that corresponds to a specific tax amount in a tax table. |
| tax | number <currency> The tax amount for the tax table row. |
{- "start": 0,
- "end": 0,
- "tax": 0,
- "pattern": true
}