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.
- 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] : [
- }