Name | Type | Description | Notes |
---|---|---|---|
dailyRate | String | The daily rate paid. | |
total | String | Total amount to pay. | |
remainingDays | String | Dais remaining to end the contract. | |
lastCycle | FinalPaymentCalculatedLastCycle | ||
calculationType | CalculationTypeEnum | Either works days or calendar days | |
workweekStart | BigDecimal | The day the work week starts, 0 to 6 | |
workweekEnd | BigDecimal | The day the work week starts, 0 to 6 |
Name | Value |
---|---|
CUSTOM_AMOUNT | "CUSTOM_AMOUNT" |
WORK_DAYS | "WORK_DAYS" |
CALENDAR_DAYS | "CALENDAR_DAYS" |
FULL_AMOUNT | "FULL_AMOUNT" |