INPUT_OBJECT
CreateBankAccountProcessorMutationInput
The input object that defines the fields for the createBankAccountProcessor mutation.
link GraphQL Schema definition
- input CreateBankAccountProcessorMutationInput {
 - #   The provider to use when transacting against bank accounts.
 - : BankAccountProvider!
 - #   Whether or not this is enabled.
 - : Boolean!
 - #   Whether or not this is the primary provider to use when transacting against 
 - #   newly added bank accounts.
 - : Boolean!
 - #   The credentials to use to authenticate against the bank account provider.
 - : [BankAccountProcessorCredentialInput]!
 - #   IDs of `Companies`.
 - : [Int64Bit]
 - }