Represents available options of a tax parameter.
Use the tax parameter option to inform of the available options that are accepted by a tax parameter that have a type of select.
{
"label": "Semi-Weekly",
"value": "SW"
}
Attribute | Description |
---|---|
label string | Human-readable label of the selectable option. |
value string | Used to update a tax parameter’s setting value. |