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_for string | (Optional) Indicates whether the setting was marked as applied for. Useful when the value is not yet known. |
value string | (Optional) The value of the setting. |
effective_start YYYY-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. |