OBJECT
VoucherActionCriteria
link GraphQL Schema definition
1 type VoucherActionCriteria implements DiscountActionCriteria { 2 : Int! 3 4 : VoucherActionCriteriaType! 5 6 : String 7 8 }
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