Table of Contents

Interface INewStarter

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

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

bool

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

StarterDeclaration?

StudentLoanDeductionNeeded

Gets or sets a value indicating whether student loan deductions should continue.

bool StudentLoanDeductionNeeded { get; set; }

Property Value

bool

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

Property Value

StudentLoanType?