| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListBankAccountsResponse |
BankAccountsApi.listBankAccounts(String cursor,
Integer limit,
String locationId)
Returns a list of [BankAccount]($m/BankAccount) objects linked to a Square account.
|
ListBankAccountsResponse |
DefaultBankAccountsApi.listBankAccounts(String cursor,
Integer limit,
String locationId)
Returns a list of [BankAccount]($m/BankAccount) objects linked to a Square account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListBankAccountsResponse> |
BankAccountsApi.listBankAccountsAsync(String cursor,
Integer limit,
String locationId)
Returns a list of [BankAccount]($m/BankAccount) objects linked to a Square account.
|
CompletableFuture<ListBankAccountsResponse> |
DefaultBankAccountsApi.listBankAccountsAsync(String cursor,
Integer limit,
String locationId)
Returns a list of [BankAccount]($m/BankAccount) objects linked to a Square account.
|
| Modifier and Type | Method and Description |
|---|---|
ListBankAccountsResponse |
ListBankAccountsResponse.Builder.build()
Builds a new
ListBankAccountsResponse object using the set fields. |
Copyright © 2022. All rights reserved.