Table of Contents

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

decimal

Plan2PerPeriodThreshold

Gets the period threshold for Plan 2 student loan deductions.

public decimal Plan2PerPeriodThreshold { get; init; }

Property Value

decimal

Plan4PerPeriodThreshold

Gets the period threshold for Plan 4 student loan deductions.

public decimal Plan4PerPeriodThreshold { get; init; }

Property Value

decimal

PostGradPerPeriodThreshold

Gets the period threshold for post-graduate student loan deductions.

public decimal PostGradPerPeriodThreshold { get; init; }

Property Value

decimal