GraphQL INPUT_OBJECT
RefundCouponParameters
link Definition
- input RefundCouponParameters {
- #   Coupon code for a promotion applied to item(s) in the cart.
- : String!
- #   Unique ID of the purchase.
- : Int!
- #   New payment option for the refund.
- : CreatePaymentOptionInputGraphType
- #   Force refund if payment data is insufficient
- : Boolean
- #   Remark for the refund.
- : String
- }