TestClientCreateDirectDepositInput
Details required to allow test clients to add directDeposits
input TestClientCreateDirectDepositInput {
reference: String!
amount: MoneyInput!
paymentMethod: PaymentMethod
}
Details required to allow test clients to add directDeposits
input TestClientCreateDirectDepositInput {
reference: String!
amount: MoneyInput!
paymentMethod: PaymentMethod
}
TestClientCreateDirectDepositInput.reference ● String! non-null scalarTestClientCreateDirectDepositInput.amount ● MoneyInput! non-null inputTestClientCreateDirectDepositInput.paymentMethod ● PaymentMethod enum