Item
data class Item( val sku: String? = null, val type: TimeLimitedItemsResponse.Item.Type? = null, val name: String? = null, val description: String? = null, val imageUrl: String? = null, val expiredAt: Long? = null, val status: TimeLimitedItemsResponse.Item.Status? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Item( sku: String? = null, type: TimeLimitedItemsResponse.Item.Type? = null, name: String? = null, description: String? = null, imageUrl: String? = null, expiredAt: Long? = null, status: TimeLimitedItemsResponse.Item.Status? = null)
Content copied to clipboard