GraphQL INPUT_OBJECT

UpdateSepaBankAccountInput

Input for SEPA bank account update.

link Definition

  • input UpdateSepaBankAccountInput {
  • # Unique ID of the payment profile.
  • paymentProfileId: String!
  • # Code of SEPA payment type.
  • sepaPaymentTypeId: SepaPaymentTypeEnum!
  • # 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
  • }

link Required by