Interface IStudentLoanThresholdSet
- Namespace
- Payetools.StudentLoans.ReferenceData
- Assembly
- Payetools.StudentLoans.dll
Interface for types that provide access to a specific set of student (and post-grad) loan thresholds for a given plan type and specific period.
public interface IStudentLoanThresholdSet
Properties
Plan1PerPeriodThreshold
Gets the period threshold for Plan 1 student loan deductions.
decimal Plan1PerPeriodThreshold { get; }
Property Value
Plan2PerPeriodThreshold
Gets the period threshold for Plan 2 student loan deductions.
decimal Plan2PerPeriodThreshold { get; }
Property Value
Plan4PerPeriodThreshold
Gets the period threshold for Plan 4 student loan deductions.
decimal Plan4PerPeriodThreshold { get; }
Property Value
PostGradPerPeriodThreshold
Gets the period threshold for post-graduate student loan deductions.
decimal PostGradPerPeriodThreshold { get; }