Uses of Class
co.dapi.response.GetCategorizedTransactionsResponse
-
Packages that use GetCategorizedTransactionsResponse Package Description co.dapi -
-
Uses of GetCategorizedTransactionsResponse in co.dapi
Methods in co.dapi that return GetCategorizedTransactionsResponse Modifier and Type Method Description GetCategorizedTransactionsResponseDapiApp. getCategorizedTransactions(java.lang.String accountID, java.time.LocalDate fromDate, java.time.LocalDate toDate, java.lang.String accessToken, java.lang.String userSecret)getCategorizedTransactions talks to the GetCategorizedTransactions endpoint of Dapi, with thisDapiApp's appSecret.GetCategorizedTransactionsResponseDapiApp. getCategorizedTransactions(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)getCategorizedTransactions talks to the GetCategorizedTransactions endpoint of Dapi, with thisDapiApp's appSecret, to continue a previous operation that required to provide some userInputs.
-