Struct StudentLoanThresholdSet
- Namespace
- Payetools.StudentLoans.ReferenceData
- Assembly
- Payetools.StudentLoans.dll
Type that provides access to a specific set of student (and post-grad) loan thresholds for a given plan type and specific period.
public readonly struct StudentLoanThresholdSet : IStudentLoanThresholdSet
- Implements
- Inherited Members
Properties
Plan1PerPeriodThreshold
Gets the period threshold for Plan 1 student loan deductions.
public decimal Plan1PerPeriodThreshold { get; init; }
Property Value
Plan2PerPeriodThreshold
Gets the period threshold for Plan 2 student loan deductions.
public decimal Plan2PerPeriodThreshold { get; init; }
Property Value
Plan4PerPeriodThreshold
Gets the period threshold for Plan 4 student loan deductions.
public decimal Plan4PerPeriodThreshold { get; init; }
Property Value
PostGradPerPeriodThreshold
Gets the period threshold for post-graduate student loan deductions.
public decimal PostGradPerPeriodThreshold { get; init; }