GraphQL INPUT_OBJECT
BasicRefundOptions
Options for refunding the purchase.
link Definition
- input BasicRefundOptions {
- #   Unique ID of the purchase.
- : Int!
- #   Set to true to reclaim the corresponding payout amount from the client 
- #   (CB-Internal).
- : Boolean
- #   Set to true to recalculate fees based on the remaining total gross price 
- #   (CB-Internal).
- : Boolean
- #   Reason that you are refunding the purchase.
- : RefundReasonEnum!
- #   Additional information about the refund.
- : String
- #   Set to true to deactivate any refunded subscription items.
- : Boolean
- #   Set to true to suppress the automatically generated email that informs the 
- #   customer about the refund.
- : Boolean
- #   New payment option for the refund.
- : CreatePaymentOptionInputGraphType
- #   Force refund if payment data is insufficient
- : Boolean
- }