Class: Merge::Hris::Employees::EmployeesRetrieveRequestShowEnumOrigins

Inherits:
Object
  • Object
show all
Defined in:
lib/merge_ruby_client/hris/employees/types/employees_retrieve_request_show_enum_origins.rb

Constant Summary collapse

EMPLOYMENT_STATUS =
"employment_status"
EMPLOYMENT_STATUS_ETHNICITY =
"employment_status,ethnicity"
EMPLOYMENT_STATUS_ETHNICITY_GENDER =
"employment_status,ethnicity,gender"
EMPLOYMENT_STATUS_ETHNICITY_GENDER_MARITAL_STATUS =
"employment_status,ethnicity,gender,marital_status"
EMPLOYMENT_STATUS_ETHNICITY_MARITAL_STATUS =
"employment_status,ethnicity,marital_status"
EMPLOYMENT_STATUS_GENDER =
"employment_status,gender"
EMPLOYMENT_STATUS_GENDER_MARITAL_STATUS =
"employment_status,gender,marital_status"
EMPLOYMENT_STATUS_MARITAL_STATUS =
"employment_status,marital_status"
ETHNICITY =
"ethnicity"
ETHNICITY_GENDER =
"ethnicity,gender"
ETHNICITY_GENDER_MARITAL_STATUS =
"ethnicity,gender,marital_status"
ETHNICITY_MARITAL_STATUS =
"ethnicity,marital_status"
GENDER =
"gender"
GENDER_MARITAL_STATUS =
"gender,marital_status"
MARITAL_STATUS =
"marital_status"