Tax parameter setting value

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"
  }
}
AttributeDescription
value
string
(Optional) The value of the setting.
effective_start
YYYY-MM-DD
(Optional) Date when this value starts being effective. Will be set to null if the tax parameter cannot be effective dated.
created_at
datetime
ISO 8601 UTC timestamp when Check recorded this value.
actor
object
(Optional) Who wrote this value. null when attribution cannot be recovered. See Tax parameter setting actor.