| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountsApi.editAccount(Long id,
AccountParams body)
Edit an account
Change the name and/or the type and/or the 'isNew' flag of a single bank account of the user that is authorized by the access_token.
|
Account |
AccountsApi.getAccount(Long id)
Get an account
Get a single bank account of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Account> |
AccountsApi.editAccountWithHttpInfo(Long id,
AccountParams body)
Edit an account
Change the name and/or the type and/or the 'isNew' flag of a single bank account of the user that is authorized by the access_token.
|
ApiResponse<Account> |
AccountsApi.getAccountWithHttpInfo(Long id)
Get an account
Get a single bank account of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AccountsApi.editAccountAsync(Long id,
AccountParams body,
ApiCallback<Account> callback)
Edit an account (asynchronously)
Change the name and/or the type and/or the 'isNew' flag of a single bank account of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
AccountsApi.getAccountAsync(Long id,
ApiCallback<Account> callback)
Get an account (asynchronously)
Get a single bank account of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountList.getAccounts()
List of bank accounts
|
| Modifier and Type | Method and Description |
|---|---|
AccountList |
AccountList.addAccountsItem(Account accountsItem) |
| Modifier and Type | Method and Description |
|---|---|
AccountList |
AccountList.accounts(List<Account> accounts) |
void |
AccountList.setAccounts(List<Account> accounts) |
Copyright © 2018. All rights reserved.