Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 938 Bytes

FinalPaymentCalculated.md

File metadata and controls

30 lines (18 loc) · 938 Bytes

FinalPaymentCalculated

Properties

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

Enum: CalculationTypeEnum

Name Value
CUSTOM_AMOUNT "CUSTOM_AMOUNT"
WORK_DAYS "WORK_DAYS"
CALENDAR_DAYS "CALENDAR_DAYS"
FULL_AMOUNT "FULL_AMOUNT"