PayClassView
Represents a payroll class, including pay rates, salary, and related account information.
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPayClass |
Gets or sets the unique identifier for the pay class. |
integer |
None. |
| code |
Gets or sets the code for the pay class. |
string |
None. |
| description |
Gets or sets the description of the pay class. |
string |
None. |
| CostAccount |
Gets or sets the cost account associated with the pay class. |
integer |
None. |
| YearlySalary |
Gets or sets the yearly salary for the pay class. |
decimal number |
None. |
| AutopayAmount |
Gets or sets the autopay amount for the pay class. |
decimal number |
None. |
| NormalRate |
Gets or sets the normal pay rate. |
decimal number |
None. |
| TimeHalfRate |
Gets or sets the time-and-a-half pay rate. |
decimal number |
None. |
| DoubleRate |
Gets or sets the double pay rate. |
decimal number |
None. |
| OtherRate |
Gets or sets the other pay rate. |
decimal number |
None. |
| AwardRate |
Gets or sets the award pay rate. |
decimal number |
None. |
| AwardHoursPaid |
Gets or sets the number of award hours paid. |
decimal number |
None. |
| TimeHalfFactor |
Gets or sets the factor used for time-and-a-half calculations. |
integer |
None. |
| DoubleFactor |
Gets or sets the factor used for double pay calculations. |
integer |
None. |