BankAccountService class

URL: https://developer.squareup.com/reference/square/bank-accounts-api The Bank Accounts API allows you to get basic details about a seller's bank account, such as the last few digits of the account number and the routing number. It can be paired with the Settlements API to understand the pattern of deposits and withdrawals from a seller's bank account.

Constructors

BankAccountService({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

listBankAccounts({required ListBankAccountsRequest request, String? authToken}) Future<BankAccountResponse>
Returns a list of BankAccount objects linked to a Square account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readBankAccountById({required String bankAccountId, String? authToken}) Future<BankAccount>
Returns details of a BankAccount linked to a Square account.
readBankAccountByV1Id({required String v1BankAccountId, String? authToken}) Future<BankAccount>
Returns details of a BankAccount identified by V1 bank account ID.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited