CancelPaymentInput
No description
input CancelPaymentInput {
paymentId: ID!
cancellationReason: CancellationReason
}
Fields
CancelPaymentInput.paymentId ● ID! non-null scalar
The ID of the payment to be canceled
CancelPaymentInput.cancellationReason ● CancellationReason enum
The reason why the payment is being canceled
Member Of
cancelPayment mutation