vnorder / com.venuenext.vnorder.stands.model / Menu

Menu

data class Menu

Menu VenueNext

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

Constructors

<init>

Menu VenueNext

Menu(uuid: String = "", standUUID: String? = null, name: String? = null, description: String? = null, shortDescription: String? = null, longDescription: String? = null, taxRate: Double? = 0.0, images: Image? = null, usageType: String? = null, serviceType: String? = null, serviceTypeDisplayName: String? = null, hasAlcohol: Boolean? = false, alcoholLimit: Int? = 0, alcoholLimitMessage: String? = null, isAvailable: Boolean? = false, orderAhead: Boolean? = false, orderNow: Boolean? = false, maxOrderAmountInDollars: Int? = 0, usesQrCode: Boolean? = false, items: List<Item>? = null, events: List<Event>? = null)

Properties

alcoholLimit

var alcoholLimit: Int?

alcoholLimitMessage

var alcoholLimitMessage: String?

description

var description: String?

events

var events: List<Event>?

hasAlcohol

var hasAlcohol: Boolean?

images

var images: Image?

isAvailable

var isAvailable: Boolean?

items

var items: List<Item>?

longDescription

var longDescription: String?

maxOrderAmountInDollars

var maxOrderAmountInDollars: Int?

name

var name: String?

orderAhead

var orderAhead: Boolean?

orderNow

var orderNow: Boolean?

serviceType

var serviceType: String?

serviceTypeDisplayName

var serviceTypeDisplayName: String?

shortDescription

var shortDescription: String?

standUUID

var standUUID: String?

taxRate

var taxRate: Double?

usageType

var usageType: String?

usesQrCode

var usesQrCode: Boolean?

uuid

var uuid: String