ENUM
VoucherActionContinueStrategy
link GraphQL Schema definition
1 enum VoucherActionContinueStrategy { 2 3 4 5 6 }
link Required by
- DiscountAction A voucher action can either be an entry point itself, or a "sub-action" of some other entry point action. On a flat list of actions, a sub-action's entrypoint is the recent one above it on the list. You can also check the sub-action's entry point directly via `entryPoint` field.
- VoucherAction
- VoucherActionCreateInput
- VoucherActionOnVoucherCreateInput
- VoucherActionUpdateInput