Vouchers
data class Vouchers(id: String, key: String, label: String, type: String, amount: Int?, discountRate: Int, minimumSpendAmount: Int?, imageUrl: String, quantity: Int, balanceQuantity: Int, usedQuantity: Int, status: String, expiry: Expiry, origin: String, isShipping: Boolean, staticCode: String, isDeviceRedeem: Boolean, createdAt: Instant, updatedAt: Instant)
Content copied to clipboard
Properties
balanceQuantity
Link copied to clipboard
discountRate
Link copied to clipboard
isDeviceRedeem
Link copied to clipboard
isShipping
Link copied to clipboard
minimumSpendAmount
Link copied to clipboard
staticCode
Link copied to clipboard
usedQuantity
Link copied to clipboard