INPUT_OBJECT
The input object that defines the fields for the reversePayment mutation.
input ReversePaymentMutationInput {# The amount to reverse.amount: Int!# Why this reversal was performed.description: String}