GraphQL INPUT_OBJECT
Input for Brazilian bank account update.
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}