EmploymentStatus
Employment status.
enum EmploymentStatus {
Craftsman
Employee
Entrepreneur
Farmer
Manager
Practitioner
Retiree
ShopOwner
Student
Unemployed
}
Values
EmploymentStatus.Craftsman
EmploymentStatus.Employee
EmploymentStatus.Entrepreneur
EmploymentStatus.Farmer
EmploymentStatus.Manager
EmploymentStatus.Practitioner
EmploymentStatus.Retiree
EmploymentStatus.ShopOwner
EmploymentStatus.Student
EmploymentStatus.Unemployed
Member Of
AccountHolderIndividualInfo
object