Item

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)

Sources

Link copied to clipboard