Struct StudentLoanThresholdsEntry
- Namespace
- Payetools.ReferenceData.StudentLoans
- Assembly
- Payetools.ReferenceData.dll
Represents a set of student loan thresholds, expressed per week, per month and per year.
public readonly struct StudentLoanThresholdsEntry
- Inherited Members
Properties
ThresholdValuePerMonth
Gets the per week threshold for student or post-grad loan deductions.
[JsonPropertyName("perMonth")]
public decimal ThresholdValuePerMonth { get; init; }
Property Value
ThresholdValuePerWeek
Gets the per week threshold for student or post-grad loan deductions.
[JsonPropertyName("perWeek")]
public decimal ThresholdValuePerWeek { get; init; }
Property Value
ThresholdValuePerYear
Gets the per week threshold for student or post-grad loan deductions.
[JsonPropertyName("perYear")]
public decimal ThresholdValuePerYear { get; init; }