data class Item : MyTransfersListItems
<init> |
Item(itemName: String, state: String, eventDate: String, expirationDate: Date, placedOnDate: String, howToRedeem: String, isCurrent: Boolean, redemptionType: String, redemptionStartsAt: String?, expiresAt: String?, uuid: String, isRedeemed: Boolean, orderUUID: String? = null, countdownSeconds: Int = 20, usedAt: String? = null, imageUrl: String? = null) |
countdownSeconds |
val countdownSeconds: Int |
eventDate |
val eventDate: String |
expirationDate |
val expirationDate: Date |
expiresAt |
val expiresAt: String? |
howToRedeem |
val howToRedeem: String |
imageUrl |
val imageUrl: String? |
isCurrent |
val isCurrent: Boolean |
isRedeemed |
val isRedeemed: Boolean |
itemName |
val itemName: String |
orderUUID |
val orderUUID: String? |
placedOnDate |
val placedOnDate: String |
redemptionStartsAt |
val redemptionStartsAt: String? |
redemptionType |
val redemptionType: String |
state |
val state: String |
usedAt |
val usedAt: String? |
uuid |
val uuid: String |