| Package | Description |
|---|---|
| co.dapi |
| Modifier and Type | Method and Description |
|---|---|
GetTransactionsResponse |
DapiApp.getTransactions(String accountID,
LocalDate fromDate,
LocalDate toDate,
String accessToken,
String userSecret)
getTransactions talks to the GetTransactions endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
GetTransactionsResponse |
DapiApp.getTransactions(String accountID,
LocalDate fromDate,
LocalDate toDate,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
getTransactions talks to the GetTransactions endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
Copyright © 2021–2022 Dapi. All rights reserved.