DiscountedItems

data class DiscountedItems(val sku: String, val discount: RewardsByPromocodeResponse.Discount)

Constructors

Link copied to clipboard
fun DiscountedItems(sku: String, discount: RewardsByPromocodeResponse.Discount)

Properties

Link copied to clipboard
val discount: RewardsByPromocodeResponse.Discount
Link copied to clipboard
val sku: String

Sources

Link copied to clipboard