Represents the tax parameter that are available to companies and employees.
Use the tax parameter to show the information that needs to be collected from companies and employees.
{
"id": "spa_h7zSw4NITCtef4Taf5yA",
"label": "Federal Employer Identification Number",
"description": "Enter your FEIN in the following format XX-XXXXXXX",
"name": "federal_ein",
"type": "string",
"options": null,
"depends_on": null,
"editable": true,
"effective_datable": false,
"can_be_applied_for": true,
"jurisdiction": "jur_mRpDYFyFSUD1ArZdrMis",
"tax": "tax_afRJqY785WwYH0PrtFde",
"setting": null
}
Attribute | Description |
---|---|
id | Unique identifier for the tax parameter. |
label | Short human-readable description identifying the tax parameter. |
description | Human-readable description identifying the tax parameter. |
name | Non-unique identifier for the tax parameter. |
options | (Optional) List representation of the allowed value options when the type == select. See Tax Parameter Option. |
type | The tax parameter type. See types of tax parameters for a complete list of supported types. |
depends_on | (Optional) Representation of the dependency that this tax parameter has on another tax parameter. See Tax Parameter Dependency object. |
editable | Indicates whether the tax parameter can be edited. |
effective_datable | Indicates whether the tax parameter can be effective dated. |
can_be_applied_for | Indicates whether the tax parameter can be marked as applied for. |
jurisdiction | ID of tax parameter’s jurisdiction. |
tax | (Optional) ID of the tax parameter’s related tax. |
setting | (Optional) Representation of the tax parameter. See Tax Parameter Setting. |