data class PiCartItem : Parcelable
A cart content item to be used as part of the PiCart.cartItems.
<init> |
PiCartItem(item: String, quantity: Int, price: Double)
A cart content item to be used as part of the PiCart.cartItems. PiCartItem(item: String, quantity: Int, price: Double, uniqueId: String?) |
item |
val item: String |
price |
val price: Double |
quantity |
val quantity: Int |
uniqueId |
val uniqueId: String? |
item |
fun |
price |
fun |
quantity |
fun |
uniqueId |
fun |
create |
fun fun |