INPUT_OBJECT

ReversePaymentMutationInput

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

link GraphQL Schema definition

  • input ReversePaymentMutationInput {
  • # The amount to reverse.
  • amount: Int!
  • # Why this reversal was performed.
  • description: String
  • }

link Require by