ClientDisbursementCreateBeneficiaryBankAccountInput
The bank details of a person receiving a payment.
input ClientDisbursementCreateBeneficiaryBankAccountInput {
bankId: DisbursementBankBeneficiaryBankId!
name: String!
accountNumber: String!
accountType: AccountType!
}
Fields
bankId
● DisbursementBankBeneficiaryBankId!
non-null enum
name
● String!
non-null scalar
Must be between 1 and 20 characters.
Any numeric and alpha-numeric values are accepted. However, name length may be truncated according to the banking guidelines.