MerchantWalletModule

class MerchantWalletModule(sdk: RevenueMonsterSDK)

Functions

checkBalance
Link copied to clipboard
common
suspend fun checkBalance(): Item<CheckBalance>
checkWalletHistory
Link copied to clipboard
common
suspend fun checkWalletHistory(): ItemsC<CheckWalletHistory>
topUpHistory
Link copied to clipboard
common
suspend fun topUpHistory(): ItemsC<TopUpHistory>
topUpWallet
Link copied to clipboard
common
suspend fun topUpWallet(data: TopUpWalletRequest): Item<String>