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