Voucher
data class Voucher(key: String, label: String, voucherBatchKey: String?, type: String, amount: Int?, discountRate: Int, minimumSpendAmount: Int?, origin: String, imageUrl: String, memberProfile: String?, assignedAt: Instant, qrUrl: String, code: String, isShipping: Boolean, address: String?, expiry: Expiry, usedAt: Instant, redeemedAt: Instant, isDeviceRedeem: Boolean, status: String, createdAt: Instant, updatedAt: Instant)
Content copied to clipboard
Properties
assignedAt
Link copied to clipboard
discountRate
Link copied to clipboard
isDeviceRedeem
Link copied to clipboard
isShipping
Link copied to clipboard
memberProfile
Link copied to clipboard
minimumSpendAmount
Link copied to clipboard
redeemedAt
Link copied to clipboard
voucherBatchKey
Link copied to clipboard