Interface IEarningsHistoryYtd
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; }