EmploymentType
The contractual basis on which a person is engaged by the merchant.
enum EmploymentType {
FULL_TIME
PART_TIME
CONTRACT
}
Values
EmploymentType.FULL_TIME
Permanent staff working the merchant's full standard week.
EmploymentType.PART_TIME
Permanent staff working an agreed fraction of the standard week.
EmploymentType.CONTRACT
Engaged for a fixed term or a defined scope of work rather than as staff.
Member Of
Employee object