Table of Contents

Interface IEmployeePayStructure

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

Interface that represents an employee's pay structure.

public interface IEmployeePayStructure
Extension Methods

Properties

Id

Gets the unique ID for this pay structure.

Guid Id { get; }

Property Value

Guid

PayComponent

Gets the pay component that this pay structure is based on.

IEarningsDetails PayComponent { get; }

Property Value

IEarningsDetails

PayRate

Gets the rate of pay. The type of this rate of pay is given by PayRateType.

decimal PayRate { get; }

Property Value

decimal

PayRateType

Gets the type of pay that PayRate represents.

PayRateType PayRateType { get; }

Property Value

PayRateType