CreateClientBankAccountInput
Input for client bank account creation
input CreateClientBankAccountInput {
accountHolder: String!
bankId: OdooID!
clientId: ClientID!
iban: String!
}
Fields
CreateClientBankAccountInput.accountHolder ● String! non-null scalar
Account holder of the bank account
CreateClientBankAccountInput.bankId ● OdooID! non-null scalar
The bank, where the bank account is operating
CreateClientBankAccountInput.clientId ● ClientID! non-null scalar
ID of the client
CreateClientBankAccountInput.iban ● String! non-null scalar
IBAN of the bank account
Member Of
createClientBankAccount mutation