| BankOptions Class |
Namespace: AMG.API.Definitions.Policies
The BankOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| BankOptions |
Initializes a new instance of the BankOptions class.
|
| Name | Description | |
|---|---|---|
| AdjustBank |
If employee works less than scheduled hours, the remaining hours will be paid using banked hours.
| |
| BankDayMax |
Maximum amount of hours that can be banked per day.
| |
| BankHoursMax |
Maximum amount of hours that can be banked per period.
| |
| BankHoursOTRate |
Indicates whether banked hours should be calculated at overtime rate.
| |
| BankPayPeriod | Type of the bank hours period. enum BankPeriod { Yearly, Semesterly, Quarterly, Monthly, Biweekly, Weekly, Daily, Semimonthly } | |
| BankStartDate |
Start date of the bank hours period.
| |
| PayBankHours |
Indicates whether unused banked hours should be paid or discarded at the end of the period.
| |
| UseBank |
Indicates if Bank Hours are being calculated.
|