data class OrderSummary
OrderSummary VenueNext
Created on 2/19/19. Copyright © 2019 VenueNext Inc. All rights reserved.
<init> |
OrderSummary VenueNext OrderSummary(subtotal: Double? = 0.0, quantity: Int? = 0, tax: Double? = 0.0, total: Double? = 0.0, serviceCharge: Double? = 0.0, discountAmountInCents: Int? = 0, tip: Double? = null) |
discountAmountInCents |
var discountAmountInCents: Int? |
quantity |
var quantity: Int? |
serviceCharge |
var serviceCharge: Double? |
subtotal |
var subtotal: Double? |
tax |
var tax: Double? |
tip |
var tip: Double? |
total |
var total: Double? |