| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetBankAccountResponse |
BankAccountsApi.getBankAccount(String bankAccountId)
Returns details of a [BankAccount]($m/BankAccount) linked to a Square account.
|
GetBankAccountResponse |
DefaultBankAccountsApi.getBankAccount(String bankAccountId)
Returns details of a [BankAccount]($m/BankAccount) linked to a Square account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetBankAccountResponse> |
BankAccountsApi.getBankAccountAsync(String bankAccountId)
Returns details of a [BankAccount]($m/BankAccount) linked to a Square account.
|
CompletableFuture<GetBankAccountResponse> |
DefaultBankAccountsApi.getBankAccountAsync(String bankAccountId)
Returns details of a [BankAccount]($m/BankAccount) linked to a Square account.
|
| Modifier and Type | Method and Description |
|---|---|
GetBankAccountResponse |
GetBankAccountResponse.Builder.build()
Builds a new
GetBankAccountResponse object using the set fields. |
Copyright © 2022. All rights reserved.