INPUT_OBJECT

UpdateBankAccountProcessorMutationInput

The input object that defines the fields for the updateBankAccountProcessor mutation.

link GraphQL Schema definition

  • input UpdateBankAccountProcessorMutationInput {
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # Whether or not this is the primary provider to use when transacting against
  • # newly added bank accounts.
  • primary: Boolean
  • # The credentials to use to authenticate against the bank account provider.
  • bank_account_processor_credentials: [BankAccountProcessorCredentialInput]
  • # IDs of `Companies`.
  • company_ids: [Int64Bit]
  • }

link Require by