A conditional tax rate that overrides the default rate
for a TaxRate
in
specific situations. For example, a conditional rate
might override the default rate when a TaxRate
is
applied for a specific dining option, such as takeout.
condition | string A string describing the condition for the tax rate |
rate | number <double> The percentage rate of the conditional tax rate |
{- "condition": "string",
- "rate": 0
}