Table of Contents

Enum PayRateType

Namespace
Payetools.Payroll.Model
Assembly
Payetools.Payroll.dll

Enum representing different pay types, i.e., salaried, hourly paid, etc.

public enum PayRateType

Fields

HourlyPaid = 1

Hourly pay type for hourly-paid employees.

Other = 2

All pay rate type other than salaried and hourly paid.

Salaried = 0

Per annum pay type for salaried employees.