BankAccountsService class
URL: https://developer.intuit.com/app/developer/qbpayments/docs/api/resources/all-entities/bankaccounts Store bank accounts for processing future payments. Applicable for US only
Constructors
- BankAccountsService.new({required String baseUrl, required AuthenticationService authenticationService})
Properties
- authenticationService → AuthenticationService
-
final
- baseUrl → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createAccount(
{required String requestId, required String customerId, required BankAccount account, String? realmId, String? authToken}) → Future< BankAccount> - Creates a bank account
-
createAccountFromToken(
{required String requestId, required String customerId, required String accountToken, String? realmId, String? authToken}) → Future< BankAccount> - This operation allows you to store a new bank account object from a token.
-
deleteAccount(
{required String requestId, required String bankAccountId, required String customerId, String? realmId, String? authToken}) → Future< bool> - Deletes a specified BankAccount object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readAccount(
{required String bankAccountId, required String customerId, String? realmId, String? authToken}) → Future< BankAccount> - Retrieves a specified BankAccount object.
-
readAllAccounts(
{required String requestId, required String customerId, String? realmId, String? authToken}) → Future< List< BankAccount> > - Returns a list of up to ten bank accounts for the company specified with the id parameter. The accounts are returned in descending order with most recent accounts first.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited