ENUM
ExpenseProcessAction
All supported expense types
link GraphQL Schema definition
- enum ExpenseProcessAction {
- # To mark the expense as approved
- # To mark the expense as pending after it has been approved
- # To mark the expense as rejected
- # To mark the expense as rejected
- # To schedule the expense for payment
- # To trigger the payment
- }