Class EarningsHistoryYtd
Represents an employee's earnings history for the tax year to date.
public record EarningsHistoryYtd : IEarningsHistoryYtd, IEquatable<EarningsHistoryYtd>
- Inheritance
-
EarningsHistoryYtd
- Implements
- Inherited Members
Constructors
EarningsHistoryYtd()
Initialises a new empoty EarningsHistoryYtd.
public EarningsHistoryYtd()
Properties
Earnings
Gets the list of pay components for this employee for a given payrun. May be empty but usually not.
public ImmutableList<IEarningsEntry> Earnings { get; }