INPUT_OBJECT

RefundPaymentMutationInput

The input object that defines the fields for the refundPayment mutation.

link GraphQL Schema definition

  • input RefundPaymentMutationInput {
  • # The amount to refund.
  • amount: Int!
  • # Why this refund was provided.
  • description: String
  • # The unique tracking ID for this payment.
  • payment_tracker_id: String
  • }

link Require by