Click or drag to resize

AddPayrollPayTypeModel Class

This class is the model for payroll pay types
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddPayrollPayTypeModel
    AppOne.Services.V2.ContractsUpdatePayrollPayTypeModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class AddPayrollPayTypeModel

The AddPayrollPayTypeModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAllowShiftDiff Allow a shift diff for this pay type
Public propertyCode exampleApplyToOvertime Applies towards overtime by default
Public propertyCode exampleApplyToTimeOff Apply to Time Off Accruals
Public propertyCode exampleCanBeOvertime The pay type can be overtime
Public propertyCode exampleCode The code of the payroll pay type
Public propertyCode exampleCountsTowardsHolidayMin Pay type counts towards holiday minimum minutes
Public propertyCode exampleDeductFromPayType Enables deducts from the associated DecutFromPayTypeID
Public propertyCode exampleDeductFromPayTypeID Enables the deduction from the associated pay type ID
Public propertyCode exampleDefaultPayLevelRateType The default pay level rate type
Public propertyCode exampleEndDateTime The date time in which the pay type will no longer be effective
Public propertyCode exampleIncludeInBlendedRate Included in the blended rate
Public propertyCode exampleIsDeleted Has the payroll pay type been flagged as deleted
Public propertyCode exampleIsDurationOnly Enables the is duration only flag
Public propertyCode exampleIsFMLAType Is this a family medial leave act (FMLA) type
Public propertyCode exampleIsLLRequired Is a labor-level required for this pay type
Public propertyCode exampleIsOvertime Is the paytype overtime
Public propertyCode exampleIsWorkType Is this payroll pay type a work type
Public propertyCode exampleName The name of the payroll pay type
Public propertyCode exampleOverridesAbsense Override an absense for the day
Public propertyCode exampleOvertimeFactor The overtime factor to use
Public propertyCode exampleStartDateTime The date time in which the pay type will start to be effective
Top
Remarks
This class is the model for payroll pay types

Example
See Also