Table of Contents

Interface IEarningsEntry

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

Represents an element of an employee's pay.

public interface IEarningsEntry

Properties

EarningsDetails

Gets the type of deduction.

IEarningsDetails EarningsDetails { get; }

Property Value

IEarningsDetails

QuantityInUnits

Gets the quantity of this earnings entry that when multiplied by the ValuePerUnit gives the total earnings.

decimal? QuantityInUnits { get; }

Property Value

decimal?

TotalEarnings

Gets the total earnings to be applied.

decimal TotalEarnings { get; }

Property Value

decimal

ValuePerUnit

Gets the GBP value per unit that when multiplied by the QuantityInUnits gives the total earnings.

decimal? ValuePerUnit { get; }

Property Value

decimal?