Contract.LeaverDetails

Name / Description Type / Format Example
hasLeft boolean true
leaveDate string date "2024-04-27"
isDeceased boolean true
paymentAfterLeaving boolean true
p45Sent boolean true
payAccruedBalance
If set to true then new PayLine will be added into the PayRunEntry to pay the accrued balance
boolean true
{
  "hasLeft": true,
  "leaveDate": "2024-04-27",
  "isDeceased": true,
  "paymentAfterLeaving": true,
  "p45Sent": true,
  "payAccruedBalance": true
}
Consumed by Operations

- none -

Returned by Operations

- none -