{
"amount": "double",
"applyTaxRelief": "boolean",
"contributionType": "string",
"deleted": "boolean",
"employeeId": "int32",
"expiryDate": "date-time",
"externalId": "string",
"fromDate": "date-time",
"id": "int32",
"isActive": "boolean",
"isFromNIBackCalculation": "boolean",
"maximumAmountPaid": "double",
"nationalInsuranceType": "string",
"notes": "string",
"totalAmountPaid": "double",
"type": "string"
}
Name | Type | Description |
---|---|---|
amount | double | Decimal |
applyTaxRelief | boolean | Boolean |
contributionType | string |
HmrcContributionType
Possible values are:
|
deleted | boolean | Boolean |
employeeId | int32 | Int32 |
expiryDate | date-time |
Nullable |
externalId | string | String |
fromDate | date-time | DateTime |
id | int32 |
Nullable |
isActive | boolean | Boolean |
isFromNIBackCalculation | boolean | Boolean |
maximumAmountPaid | double |
Nullable |
nationalInsuranceType | string |
Nullable Possible values are:
|
notes | string | String |
totalAmountPaid | double | Decimal |
type | string |
HmrcAdjustmentTypeEnum
Possible values are:
|
Powered by DapperDox