| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
BankAccount.Builder.build()
Builds a new
BankAccount object using the set fields. |
BankAccount |
GetBankAccountResponse.getBankAccount()
Getter for BankAccount.
|
BankAccount |
GetBankAccountByV1IdResponse.getBankAccount()
Getter for BankAccount.
|
| Modifier and Type | Method and Description |
|---|---|
List<BankAccount> |
ListBankAccountsResponse.getBankAccounts()
Getter for BankAccounts.
|
| Modifier and Type | Method and Description |
|---|---|
GetBankAccountResponse.Builder |
GetBankAccountResponse.Builder.bankAccount(BankAccount bankAccount)
Setter for bankAccount.
|
GetBankAccountByV1IdResponse.Builder |
GetBankAccountByV1IdResponse.Builder.bankAccount(BankAccount bankAccount)
Setter for bankAccount.
|
| Modifier and Type | Method and Description |
|---|---|
ListBankAccountsResponse.Builder |
ListBankAccountsResponse.Builder.bankAccounts(List<BankAccount> bankAccounts)
Setter for bankAccounts.
|
| Constructor and Description |
|---|
GetBankAccountByV1IdResponse(List<Error> errors,
BankAccount bankAccount)
Initialization constructor.
|
GetBankAccountResponse(List<Error> errors,
BankAccount bankAccount)
Initialization constructor.
|
| Constructor and Description |
|---|
ListBankAccountsResponse(List<Error> errors,
List<BankAccount> bankAccounts,
String cursor)
Initialization constructor.
|
Copyright © 2022. All rights reserved.