Table of Contents

Struct StudentLoanInfo

Namespace
Payetools.Payroll.Model
Assembly
Payetools.Payroll.dll

Struct that holds student loan status information for an employee.

public readonly struct StudentLoanInfo
Inherited Members

Properties

HasPostGradLoan

Gets a value indicating whether the employee has an outstanding post-graduate loan.

public bool HasPostGradLoan { get; init; }

Property Value

bool

StudentLoanType

Gets the student loan applicable for an employee. Null if the employee does not have an outstanding student loan.

public StudentLoanType? StudentLoanType { get; init; }

Property Value

StudentLoanType?