data class LineItem
<init> |
LineItem(lineItemUuid: String, : String, quantity: Int, taxAmountInCents: Int, totalAmountInCents: Int, parentLineItemUuid: String?, name: String) |
lineItemUuid |
val lineItemUuid: String |
menuItemUuid |
val menuItemUuid: String |
name |
val name: String |
parentLineItemUuid |
val parentLineItemUuid: String? |
quantity |
val quantity: Int |
taxAmountInCents |
val taxAmountInCents: Int |
totalAmountInCents |
val totalAmountInCents: Int |
toRichCheckOutOrderMenuItem |
fun LineItem.toRichCheckOutOrderMenuItem(): RichCheckOutOrderMenuItem |