Represents the setting of a tax parameter.
Use the tax parameter setting to display the collected information from a company or employee that is related to the tax parameter.
{
"applied_for": null,
"value": "1.2",
"effective_start": "1900-01-01"
}| Attribute | Description |
|---|---|
applied_forstring | (Optional) Indicates whether the setting was marked as applied for. Useful when the value is not yet known. |
valuestring | (Optional) The value of the setting. |
effective_startYYYY-MM-DD | (Optional) Date representing when the supplied value will start being effective. Will be set to null if the tax parameter cannot be effective dated. |

