Struct StudentLoanInfo
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
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; }