| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
DailyBalanceList |
AccountsApi.getDailyBalances(List<Long> accountIds,
String startDate,
String endDate,
Boolean withProjection,
Integer page,
Integer perPage,
List<String> order)
Get daily balances
Returns the daily balances for the given accounts and the given period.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DailyBalanceList> |
AccountsApi.getDailyBalancesWithHttpInfo(List<Long> accountIds,
String startDate,
String endDate,
Boolean withProjection,
Integer page,
Integer perPage,
List<String> order)
Get daily balances
Returns the daily balances for the given accounts and the given period.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AccountsApi.getDailyBalancesAsync(List<Long> accountIds,
String startDate,
String endDate,
Boolean withProjection,
Integer page,
Integer perPage,
List<String> order,
ApiCallback<DailyBalanceList> callback)
Get daily balances (asynchronously)
Returns the daily balances for the given accounts and the given period.
|
| Modifier and Type | Method and Description |
|---|---|
DailyBalanceList |
DailyBalanceList.addDailyBalancesItem(DailyBalance dailyBalancesItem) |
DailyBalanceList |
DailyBalanceList.dailyBalances(List<DailyBalance> dailyBalances) |
DailyBalanceList |
DailyBalanceList.latestCommonBalanceTimestamp(String latestCommonBalanceTimestamp) |
DailyBalanceList |
DailyBalanceList.paging(Paging paging) |
Copyright © 2018. All rights reserved.