Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.84 KB

PersonalDetails.md

File metadata and controls

31 lines (28 loc) · 1.84 KB

# PersonalDetails

Properties

Name Type Description Notes
address \SynergiTech\Staffology\Model\Address [optional]
maritalStatus \SynergiTech\Staffology\Model\MaritalStatus
title string [optional]
firstName string [optional]
middleName string [optional]
lastName string [optional]
alternativeEmail string [optional]
previousSurName string [optional]
email string [optional]
emailPayslip bool If set to true then the employees Payslip will be sent by email when a PayRun is finalised. [optional]
pdfPassword string Set the password to be used on PDFs. If blank then we'll create a password based on the PdfPasswordType property. [optional]
pdfPasswordType \SynergiTech\Staffology\Model\PdfPasswordType [optional]
emailStatement bool Only applicable to CIS Subcontractors. If set to true then we will automatically email a CIS Statement when a CIS300 is accepted. [optional]
photoUrl string [optional]
photoSasUrl string [optional]
telephone string [optional]
mobile string [optional]
dateOfBirth \DateTime
statePensionAge int [readonly] Automatically calculated. [optional]
gender \SynergiTech\Staffology\Model\Gender
niNumber string [optional]
passportNumber string [optional]
partnerDetails \SynergiTech\Staffology\Model\PartnerDetails [optional]

[Back to Model list] [Back to API list] [Back to README]