Table of Contents

Interface IRecurringDeduction

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

Interface that represents a recurring deduction for an employee.

public interface IRecurringDeduction : IApplicableFromTill, IPayrollAmount
Inherited Members

Properties

DeductionType

Gets the deduction type for this recurring deduction.

IDeductionDetails DeductionType { get; }

Property Value

IDeductionDetails