Represents one effective-dated value in a tax parameter setting history.
Each object in a tax parameter detail's settings list represents one historical value for that parameter, ordered from most recent effective date to oldest.
{
"value": "M",
"effective_start": "2021-03-15",
"created_at": "2021-03-15T12:00:00.000000Z",
"actor": {
"party": "employee"
}
}| Attribute | Description |
|---|---|
valuestring | (Optional) The value of the setting. |
effective_startYYYY-MM-DD | (Optional) Date when this value starts being effective. Will be set to null if the tax parameter cannot be effective dated. |
created_atdatetime | ISO 8601 UTC timestamp when Check recorded this value. |
actorobject | (Optional) Who wrote this value. null when attribution cannot be recovered. See Tax parameter setting actor. |

