RefundInput
No description
input RefundInput {
amount: MoneyInput!
reason: RefundReason!
nonce: String!
externalReference: String
}
No description
input RefundInput {
amount: MoneyInput!
reason: RefundReason!
nonce: String!
externalReference: String
}
amount
● MoneyInput!
non-null inputreason
● RefundReason!
non-null enumnonce
● String!
non-null scalarexternalReference
● String
scalar