Table of Contents

Interface IStudentLoanRateSet

Namespace
Payetools.StudentLoans.ReferenceData
Assembly
Payetools.StudentLoans.dll

Interface for types that detail the various HMRC-published student loan deduction rates.

public interface IStudentLoanRateSet

Properties

PostGrad

Gets the deduction rate for post-graduate student loan deductions.

decimal PostGrad { get; }

Property Value

decimal

Student

Gets the deduction rate for Plan 1, 2 and 4 student loan deductions.

decimal Student { get; }

Property Value

decimal