
| BankOptions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AMG.API.Definitions.Policies
 Syntax
SyntaxThe BankOptions type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | BankOptions | 
            Initializes a new instance of the BankOptions class.
             | 
 Properties
Properties| 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.
             | 
 See Also
See Also