data class GlobalItem
GlobalItem VenueNext
Created on 7/25/19. Copyright © 2019 VenueNext Inc. All rights reserved.
<init> |
GlobalItem VenueNext GlobalItem(uuid: String = "", orderItemUUID: String? = null, archivedAt: String? = null, countdownSeconds: Int? = 0, description: String? = null, emailOps: List<String>? = null, itemCount: Int? = 0, itemType: String? = null, name: String? = null, organizationName: String? = null, redemptionType: String? = null, shortDescription: String? = null) |
archivedAt |
var archivedAt: String? |
countdownSeconds |
var countdownSeconds: Int? |
description |
var description: String? |
emailOps |
var emailOps: List<String>? |
itemCount |
var itemCount: Int? |
itemType |
var itemType: String? |
name |
var name: String? |
orderItemUUID |
var orderItemUUID: String? |
organizationName |
var organizationName: String? |
redemptionType |
var redemptionType: String? |
shortDescription |
var shortDescription: String? |
uuid |
var uuid: String |