vnorder / com.venuenext.vnorder.stands.model / Stand

Stand

data class Stand

Stand VenueNext

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

Types

ServiceType

data class ServiceType

Constructors

<init>

Stand VenueNext

Stand(uuid: String = "", name: String? = null, section: String? = null, alcoholLimitMessage: String? = null, alcoholWarningMessage: String? = null, productType: String? = null, serviceTypes: List<ServiceType>? = null, image: Image? = null, memberAffiliations: MemberAffiliations = MemberAffiliations())

Properties

alcoholLimitMessage

var alcoholLimitMessage: String?

alcoholWarningMessage

var alcoholWarningMessage: String?

image

var image: Image?

memberAffiliations

var memberAffiliations: MemberAffiliations

name

var name: String?

productType

var productType: String?

section

var section: String?

serviceTypes

var serviceTypes: List<ServiceType>?

uuid

var uuid: String

Functions

getStandDisplayName

fun getStandDisplayName(context: Context, menu: Menu, stringID: Int): String?