Interface IDeductionHistoryYtd
Interface that represents an employee's deductions history for the tax year to date.
public interface IDeductionHistoryYtd
Properties
Deductions
Gets the list of deductions for this employee for a given payrun. May be empty but usually not.
ImmutableList<IDeductionEntry> Deductions { get; }