Name / Description | Type / Format | Example | |
---|---|---|---|
taxYear
|
string
|
"Year2017"
"Year2018"
"Year2019"
"Year2020"
"Year2021"
"Year2022"
"Year2023"
"Year2024"
"Year2025"
|
|
amount
|
number
double
|
0.0
|
|
payRunVersion
The supplementary pay run version of this BenefitPayrolled.
|
integer
int32
|
0
|
|
isLatestVersion
Indicates whether this is the latest version of the BenefitPayrolled.
|
boolean
|
true
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"taxYear": "Year2017",
"amount": 0.0,
"payRunVersion": 0,
"isLatestVersion": true,
"id": "string"
}