{
"averageWeeklyEarningsOverride": "double",
"babyDueDate": "date-time",
"basicPayAdjustmentType": "string",
"doNotPayReason": "string",
"employerPensionProtection": "double",
"endDate": "date-time",
"id": "int32",
"isAdoption": "boolean",
"notes": "string",
"offsetSpp": "boolean",
"payLumpSum": "boolean",
"prevSppEndDate": "date-time",
"prevSppStartDate": "date-time",
"spp": [
{
"daysPaid": "int32",
"earnings": "double",
"payRunId": "int32"
}
],
"sppAdjust": "double",
"startDate": "date-time",
"weeksPaid": "double",
"weeksToPay": "double"
}
Name | Type | Description |
---|---|---|
averageWeeklyEarningsOverride | double |
Nullable |
babyDueDate | date-time | DateTime |
basicPayAdjustmentType | string |
BasicPayAdjustmentTypeEnum
Possible values are:
|
doNotPayReason | string |
Nullable Possible values are:
|
employerPensionProtection | double |
Nullable |
endDate | date-time | DateTime |
id | int32 | Int32 |
isAdoption | boolean | Boolean |
notes | string | String |
offsetSpp | boolean | Boolean |
payLumpSum | boolean | Boolean |
prevSppEndDate | date-time |
Nullable |
prevSppStartDate | date-time |
Nullable |
spp[] | array | |
spp[].daysPaid | int32 | Int32 |
spp[].earnings | double |
Nullable |
spp[].payRunId | int32 | Int32 |
sppAdjust | double |
Nullable |
startDate | date-time | DateTime |
weeksPaid | double | Decimal |
weeksToPay | double |
Nullable |
Powered by DapperDox