RefundInput
Input to select the beneficiary and the originator to perform a refund
input RefundInput {
refundTransactions: [RefundTransaction!]!
consentRedirectUrl: String!
}
Fields
RefundInput.refundTransactions
● [RefundTransaction!]!
non-null input
transactions to refund
RefundInput.consentRedirectUrl
● String!
non-null scalar
url the user is redirected to after consent has been given
Member Of
refund
mutation