vnorder / com.venuenext.vnorder.orders.util

Package com.venuenext.vnorder.orders.util

Properties

isServiceChargeLineVisible

Determines if this order should have it's service charge line item displayed in the Order Summary when displaying totals to the user.

val Order.isServiceChargeLineVisible: Boolean

orderQuantityForDisplay

val Order.orderQuantityForDisplay: Int

serviceChargeAmountForDisplay

val Order.serviceChargeAmountForDisplay: Double

serviceChargeDisplayText

val Order.serviceChargeDisplayText: String?

shouldExcludeFromSubtotal

Determines if the line item should be excluded when determining a subtotal to display to the user.

val LineItem.shouldExcludeFromSubtotal: Boolean

subtotalAmountForDisplay

val Order.subtotalAmountForDisplay: Double

taxAmountForDisplay

val Order.taxAmountForDisplay: Double

unifiedEmailAddress

val Order.unifiedEmailAddress: String?

unifiedId

val Order.unifiedId: String

unifiedOrderNumber

val Order.unifiedOrderNumber: String?

Functions

toRichCheckOutOrderMenuItem

fun LineItem.toRichCheckOutOrderMenuItem(): RichCheckOutOrderMenuItem