Table of Contents

Enum PayRateUnits

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

Enum representing different pay units, i.e., per annum, per hour, etc.

public enum PayRateUnits

Fields

PerAnnum = 0

Per annum pay type for salaried employees.

PerDay = 2

Daily rate, typically for salaried employees with regular working patterns.

PerHour = 1

Hourly pay type for hourly-paid employees.

PerPayPeriod = 4

Per pay period, useful for fixed amounts each pay period.

PerWeek = 3

Weekly rate, commonly used for some statutory payments.