Interface IRecurringEarnings
Interface that represents a recurring earnings for an employee.
public interface IRecurringEarnings : IApplicableFromTill, IPayrollAmount
- Inherited Members
Properties
PayComponent
Gets the pay component for this recurring earnings.
IEarningsDetails PayComponent { get; }