Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 558 Bytes

File metadata and controls

21 lines (14 loc) · 558 Bytes

AccountingEmployeesFilterStatus

Example Usage

import com.apideck.unify.models.components.AccountingEmployeesFilterStatus;

AccountingEmployeesFilterStatus value = AccountingEmployeesFilterStatus.ACTIVE;

// Open enum: use .of() to create instances from custom string values
AccountingEmployeesFilterStatus custom = AccountingEmployeesFilterStatus.of("custom_value");

Values

Name Value
ACTIVE active
INACTIVE inactive
TERMINATED terminated