GraphQL INPUT_OBJECT

UpdateBrazilianBankAccountInput

Input for Brazilian bank account update.

link Definition

  • input UpdateBrazilianBankAccountInput {
  • # Unique ID of the payment profile.
  • paymentProfileId: String!
  • # Number of the bank account.
  • bankAccountNumber: String
  • # Name of the bank.
  • bankName: String
  • # Name of the bank's branch.
  • bankBranch: String
  • }

link Required by