Contract.LeaverDetails

Name / Description Type / Format Example
hasLeft boolean true
leaveDate string date "2024-11-21"
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
paymentMethodAfterLeaving string "RegularPayMethod" "IrregularPayMethod"
{
  "hasLeft": true,
  "leaveDate": "2024-11-21",
  "isDeceased": true,
  "paymentAfterLeaving": true,
  "p45Sent": true,
  "payAccruedBalance": true,
  "paymentMethodAfterLeaving": "RegularPayMethod"
}
Consumed by Operations

- none -

Returned by Operations

- none -