vnorder / com.venuenext.vnorder.orders.model / OrderSummary

OrderSummary

data class OrderSummary

OrderSummary VenueNext

Created on 2/19/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Constructors

<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)

Properties

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?