CartEntryDisplayItem(cartEntryID: String, itemName: String, quantity: Int, modifierNames: String, totalPrice: Double)
An object representing a cart entry with values that are ready to be displayed to the user.
cartEntryID
- The id of the CartEntry being displayed.
itemName
- The name of the CartEntry item being displayed.
quantity
- The number CartEntrys in the cart that are exact matches.
modifierNames
- A string representing all the modifiers on this CartEntry.
totalPrice
- The total price of the CartEntry, including all modifiers.