Table of Contents

Interface IDeductionHistoryYtd

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

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

Property Value

ImmutableList<IDeductionEntry>