//
koffee-backend
/
eu.yeger.koffee.service
/
TransactionService
/
getTransactionsOfUser
getTransactionsOfUser
Returns all
Transaction
s of the
User
with the given id. Must validate that the
User
exists.
Return
The
Result
of the operation.
Parameters
userId
The id of the
User
.
abstract suspend fun
getTransactionsOfUser
(userId:
String
):
Result
<
TransactionList
>
Content copied to clipboard