GraphQL OBJECT

SepaBankAccountProfile

link Definition

  • type SepaBankAccountProfile implements PaymentProfileInterface {
  • # Unique ID of the payment profile.
  • id: String!
  • # The payment type.
  • paymentType: PaymentType!
  • # Is Purchase Order.
  • isPurchaseOrder: Boolean!
  • # Bank account currency.
  • currency: Currency
  • # Number of the bank account.
  • iban: String!
  • # Name of the bank account holder.
  • bankAccountHolder: String
  • # Bank's identifier code.
  • bic: String
  • # Name of the bank.
  • bankName: String
  • }

link Required by

This element is not required by anyone