ENUM
BankAccountType
The type of bank account.
link GraphQL Schema definition
- enum BankAccountType {
- # A checking account.
- # A savings account.
- }
link Require by
- AccountA customer account.
- BankAccountA bank account.
- BankAccountProcessorA processor or method of processing bank account payments.
- CreateBankAccountMutationInputThe input object that defines the fields for the createBankAccount mutation.
- CreateTokenizedBankAccountMutationInputThe input object that defines the fields for the createTokenizedBankAccount mutation.
- PaymentA payment.
- Querynull
- UpdateBankAccountMutationInputThe input object that defines the fields for the updateBankAccount mutation.