GraphQL OBJECT

BrazilianBankAccountProfile

link Definition

  • type BrazilianBankAccountProfile implements PaymentProfileInterface {
  • # Unique ID of the payment profile.
  • id: String!
  • # The payment type.
  • paymentType: PaymentType!
  • # Is Purchase Order.
  • isPurchaseOrder: Boolean!
  • # Number of the bank account.
  • bankAccountNumber: String
  • # Name of the bank.
  • bankName: String
  • # Name of the bank's branch.
  • bankBranch: String
  • }

link Required by

This element is not required by anyone