| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
GetBankAccountByV1IdResponse |
BankAccountsApi.getBankAccountByV1Id(String v1BankAccountId)
Returns details of a [BankAccount]($m/BankAccount) identified by V1 bank account ID.
|
GetBankAccountByV1IdResponse |
DefaultBankAccountsApi.getBankAccountByV1Id(String v1BankAccountId)
Returns details of a [BankAccount]($m/BankAccount) identified by V1 bank account ID.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetBankAccountByV1IdResponse> |
BankAccountsApi.getBankAccountByV1IdAsync(String v1BankAccountId)
Returns details of a [BankAccount]($m/BankAccount) identified by V1 bank account ID.
|
CompletableFuture<GetBankAccountByV1IdResponse> |
DefaultBankAccountsApi.getBankAccountByV1IdAsync(String v1BankAccountId)
Returns details of a [BankAccount]($m/BankAccount) identified by V1 bank account ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetBankAccountByV1IdResponse |
GetBankAccountByV1IdResponse.Builder.build()
Builds a new
GetBankAccountByV1IdResponse object using the set fields. |
Copyright © 2022. All rights reserved.