Table of Contents

Interface IEarningsHistoryYtd

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

Interface that represents an employee's earnings history for the tax year to date.

public interface IEarningsHistoryYtd

Properties

Earnings

Gets the list of pay components for this employee for a given payrun. May be empty but usually not.

ImmutableList<IEarningsEntry> Earnings { get; }

Property Value

ImmutableList<IEarningsEntry>