Functions
equals
Link copied to clipboard
getTransactionsOfUser
Link copied to clipboard
abstract suspend fun getTransactionsOfUser(userId: String): Result<TransactionList>
Content copied to clipboard
processFunding
Link copied to clipboard
abstract suspend fun processFunding(userId: String, funding: Funding): Result<String>
Content copied to clipboard
processPurchase
Link copied to clipboard
abstract suspend fun processPurchase(userId: String, purchase: Purchase): Result<String>
Content copied to clipboard
refundLastPurchase
Link copied to clipboard
Inheritors
DefaultTransactionService
Link copied to clipboard