data class Stand
Stand VenueNext
Created on 2/15/19. Copyright © 2019 VenueNext Inc. All rights reserved.
ServiceType |
data class ServiceType |
<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()) |
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 |
getStandDisplayName |
fun getStandDisplayName(context: Context, : Menu, stringID: Int): String? |