Table of Contents

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

decimal

Plan2PerPeriodThreshold

Gets the period threshold for Plan 2 student loan deductions.

decimal Plan2PerPeriodThreshold { get; }

Property Value

decimal

Plan4PerPeriodThreshold

Gets the period threshold for Plan 4 student loan deductions.

decimal Plan4PerPeriodThreshold { get; }

Property Value

decimal

PostGradPerPeriodThreshold

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

decimal PostGradPerPeriodThreshold { get; }

Property Value

decimal