vnorderui / com.venuenext.vnorderui.orders.summary / State

State

data class State

Constructors

<init>

State(orderId: String = "", orderState: String = "", orderStateDisplayName: String = "", orderStateDescription: String = "", orderNumber: String = "", totalQuantity: String = "", subtotalAmount: String = "", taxAmount: String = "", tipAmount: String = "", totalAmount: String = "", serviceChargeAmount: String = "", paymentMethodName: String = "", qrCodeBitmap: Bitmap? = null, discountAmount: String = "", promoCode: String = "", emailAddress: String = "", orderPlacedOn: String = "", didRequestExperienceReceipt: Boolean = false, isOrderNumberInfoLayoutVisible: Boolean = false, deliveryLabel: String = "", usesQrCode: Boolean = false, productType: String = "", standName: String = "", serviceType: String = "", fulfillmentSlot: String? = null, orderAhead: Boolean = false, purchasedExperienceItems: List<PurchasedExperienceItem> = emptyList(), experienceCarouselPosition: Int = 0, orderLineItems: List<OrderLineItem> = mutableListOf(), error: OrderSummaryErrors = OrderSummaryErrors.NoError, serviceChargeDisplayText: String = "", isServiceChargeLineVisible: Boolean = false)

Properties

deliveryLabel

val deliveryLabel: String

didRequestExperienceReceipt

val didRequestExperienceReceipt: Boolean

discountAmount

val discountAmount: String

emailAddress

val emailAddress: String

error

val error: OrderSummaryErrors

experienceCarouselPosition

val experienceCarouselPosition: Int

fulfillmentSlot

val fulfillmentSlot: String?

isOrderNumberInfoLayoutVisible

val isOrderNumberInfoLayoutVisible: Boolean

isServiceChargeLineVisible

val isServiceChargeLineVisible: Boolean

orderAhead

val orderAhead: Boolean

orderId

val orderId: String

orderLineItems

val orderLineItems: List<OrderLineItem>

orderNumber

val orderNumber: String

orderPlacedOn

val orderPlacedOn: String

orderState

val orderState: String

orderStateDescription

val orderStateDescription: String

orderStateDisplayName

val orderStateDisplayName: String

paymentMethodName

val paymentMethodName: String

productType

val productType: String

promoCode

val promoCode: String

purchasedExperienceItems

val purchasedExperienceItems: List<PurchasedExperienceItem>

qrCodeBitmap

val qrCodeBitmap: Bitmap?

serviceChargeAmount

val serviceChargeAmount: String

serviceChargeDisplayText

val serviceChargeDisplayText: String

serviceType

val serviceType: String

standName

val standName: String

subtotalAmount

val subtotalAmount: String

taxAmount

val taxAmount: String

tipAmount

val tipAmount: String

totalAmount

val totalAmount: String

totalQuantity

val totalQuantity: String

usesQrCode

val usesQrCode: Boolean

Extension Properties

getMaxExperiencePosition

val State.getMaxExperiencePosition: Int

hasTransferableExperiences

val State.hasTransferableExperiences: Boolean

maxTransferableExperiences

val State.maxTransferableExperiences: Int