GraphQL INPUT_OBJECT
Input for SEPA bank account.
input CreateSepaBankAccountInput {# Name of the bank account holder.bankAccountHolder: String!# Number of the bank account.iban: String!# Name of the bank.bankName: String# Bank's identifier code.bic: String# Unique ID of bank account's currency.currencyId: CurrencyEnum!}