FillCartItem

data class FillCartItem(val sku: String, val quantity: Int)

Constructors

Link copied to clipboard
fun FillCartItem(sku: String, quantity: Int)

Properties

Link copied to clipboard
val quantity: Int
Link copied to clipboard
val sku: String

Sources

Link copied to clipboard