-
Methods in co.dapi that return GetTransactionsResponse
| Modifier and Type |
Method |
Description |
GetTransactionsResponse |
DapiApp.getTransactions(java.lang.String accountID,
java.time.LocalDate fromDate,
java.time.LocalDate toDate,
java.lang.String accessToken,
java.lang.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(java.lang.String accountID,
java.time.LocalDate fromDate,
java.time.LocalDate toDate,
java.lang.String accessToken,
java.lang.String userSecret,
java.lang.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.
|