OBJECT
VoucherActionResult
link GraphQL Schema definition
1 type VoucherActionResult implements DiscountActionResult { 2 : Int!  3 4 : VoucherActionResultType!  5 6 : String  7 8 #   All elements are always returned 9 #  10 # Arguments 11 #   where: (self-explanatory) 12 (: VoucherReuseValueFilter): [VoucherReusableValue!]!  13 14 } 
link Required by
- AppliedVoucher
- AppliedVoucherCredit
- AppliedVoucherDiscount
- AppliedVoucherFreeProduct
- AppliedVoucherFreeShipping
- CalculateVouchersCreditGiven
- CalculateVouchersFreeProductGiven
- CalculateVouchersFreeShippingGiven
- CalculateVouchersLineDiscounted
- CalculateVouchersResult
- CalculateVouchersShippingDiscounted
- 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.
- OrderLineVoucher
- VoucherAction
- VoucherReusableValue