List of available types on the tax parameter.
Name | Description |
---|---|
boolean | Represents a tax parameter that only accepts boolean values. |
currency | Represents a tax parameter that accepts currency values up to 2 decimal places. |
number | Represents a tax parameter that accepts positive numbers. |
percent | Represents a tax parameter that accepts positive decimals ranging from 0 to 100. |
select | Represents a tax parameter that accepts values that are contained in the tax setup options list. |
string | Represents a tax parameter that accepts any type of string. |