Types of tax parameters

List of available types on the tax parameter.

NameDescription
booleanRepresents a tax parameter that only accepts boolean values.
currencyRepresents a tax parameter that accepts currency values up to 2 decimal places.
numberRepresents a tax parameter that accepts positive numbers.
percentRepresents a tax parameter that accepts positive decimals ranging from 0 to 100.
selectRepresents a tax parameter that accepts values that are contained in the tax setup options list.
stringRepresents a tax parameter that accepts any type of string.