RefundInput
No description
input RefundInput {
amount: MoneyInput!
reason: RefundReason!
nonce: String!
externalReference: String
metadata: Json
}
No description
input RefundInput {
amount: MoneyInput!
reason: RefundReason!
nonce: String!
externalReference: String
metadata: Json
}
RefundInput.amount ● MoneyInput! non-null inputRefundInput.reason ● RefundReason! non-null enumRefundInput.nonce ● String! non-null scalarRefundInput.externalReference ● String scalarRefundInput.metadata ● Json scalar