Interface INewStarter
Interface that represents a new starter for employment purposes.
public interface INewStarter : IEmployee, INamedPerson
- Inherited Members
Properties
GraduateLoanDeductionNeeded
Gets or sets a value indicating whether post-graduate loan deductions should continue.
bool GraduateLoanDeductionNeeded { get; set; }
Property Value
StarterDeclaration
Gets or sets the employee's starter declaration; null if it was not possible to obtain a starter declaration from the employee.
StarterDeclaration? StarterDeclaration { get; set; }
Property Value
StudentLoanDeductionNeeded
Gets or sets a value indicating whether student loan deductions should continue.
bool StudentLoanDeductionNeeded { get; set; }
Property Value
Remarks
As a P45 from a previous employer does not indicate the student loan type, it may be necessary to request the employee's student loan plan type separately.
StudentLoanType
Gets or sets any applicable student loan type, if known. (See StudentLoanDeductionNeeded).
StudentLoanType? StudentLoanType { get; set; }