vnorder / com.venuenext.vnorder.orders.model / TipSuggestion

TipSuggestion

data class TipSuggestion

Constructors

<init>

TipSuggestion(tipAmountInCents: Int?, tipDisplayText: String?, tipSelected: Boolean?, isTipCustom: Boolean?)

Properties

isTipCustom

val isTipCustom: Boolean?

tipAmountInCents

val tipAmountInCents: Int?

tipDisplayText

val tipDisplayText: String?

tipSelected

val tipSelected: Boolean?