Struct StudentLoanRatesSet
- Namespace
- Payetools.ReferenceData.StudentLoans
- Assembly
- Payetools.ReferenceData.dll
Represents the set of deduction rates to be applied for student and post-graduate loans.
public readonly struct StudentLoanRatesSet : IStudentLoanRateSet
- Implements
- Inherited Members
Properties
PostGrad
Gets the deduction rate for post-graduate student loan deductions.
public decimal PostGrad { get; init; }
Property Value
Student
Gets the deduction rate for Plan 1, 2 and 4 student loan deductions.
public decimal Student { get; init; }