STRCart Item
data class STRCartItem(item: STRProductItem, quantity: Int, totalPrice: Float?, oldTotalPrice: Float?)
Content copied to clipboard
This class represents an individual item in the shopping cart
Constructors
STRCartItem
Link copied to clipboard
fun STRCartItem(item: STRProductItem, quantity: Int, totalPrice: Float?, oldTotalPrice: Float?)
Content copied to clipboard
Properties
item
Link copied to clipboard
oldTotalPrice
Link copied to clipboard
totalPrice
Link copied to clipboard