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)

Properties

address
Link copied to clipboard
common
val address: String? = null
amount
Link copied to clipboard
common
val amount: Int? = null
assignedAt
Link copied to clipboard
common
val assignedAt: Instant
code
Link copied to clipboard
common
val code: String
createdAt
Link copied to clipboard
common
val createdAt: Instant
discountRate
Link copied to clipboard
common
val discountRate: Int
expiry
Link copied to clipboard
common
val expiry: Expiry
imageUrl
Link copied to clipboard
common
val imageUrl: String
isDeviceRedeem
Link copied to clipboard
common
val isDeviceRedeem: Boolean
isShipping
Link copied to clipboard
common
val isShipping: Boolean
key
Link copied to clipboard
common
val key: String
label
Link copied to clipboard
common
val label: String
memberProfile
Link copied to clipboard
common
val memberProfile: String? = null
minimumSpendAmount
Link copied to clipboard
common
val minimumSpendAmount: Int? = null
origin
Link copied to clipboard
common
val origin: String
qrUrl
Link copied to clipboard
common
val qrUrl: String
redeemedAt
Link copied to clipboard
common
val redeemedAt: Instant
status
Link copied to clipboard
common
val status: String
type
Link copied to clipboard
common
val type: String
updatedAt
Link copied to clipboard
common
val updatedAt: Instant
usedAt
Link copied to clipboard
common
val usedAt: Instant
voucherBatchKey
Link copied to clipboard
common
val voucherBatchKey: String?