VoucherModule

class VoucherModule(sdk: RevenueMonsterSDK)

Functions

getVoucherBatchByKey
Link copied to clipboard
common
suspend fun getVoucherBatchByKey(key: String): Items<Voucher>
getVoucherBatches
Link copied to clipboard
common
suspend fun getVoucherBatches(): Items<Vouchers>
getVoucherByCode
Link copied to clipboard
common
suspend fun getVoucherByCode(code: String): Item<Voucher>
issueVoucher
Link copied to clipboard
common
suspend fun issueVoucher(key: String): Item<IssueVoucherResponse>
voidVoucher
Link copied to clipboard
common
suspend fun voidVoucher(code: String): Item<Voucher>