GraphQL INPUT_OBJECT

CreateSepaBankAccountInput

Input for SEPA bank account.

link Definition

  • 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!
  • }