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
}
reference
● String!
non-null scalaramount
● MoneyInput!
non-null inputpaymentMethod
● PaymentMethod
enum