ENUM
ProcessOrderAction
Action to apply on the order
link GraphQL Schema definition
- enum ProcessOrderAction {
- # To mark the order as expired
- # To mark the order as paid
- }
ENUM
Action to apply on the order
- enum ProcessOrderAction {
- # To mark the order as expired
- # To mark the order as paid
- }