Pi Cart Item
data class PiCartItem(val item: String, val quantity: Int, val price: Double, val uniqueId: String?) : Parcelable
A cart content item to be used as part of the PiCart.cartItems.
A cart content item to be used as part of the PiCart.cartItems.