data class TipSuggestion
<init> |
TipSuggestion(tipAmountInCents: Int?, tipDisplayText: String?, tipSelected: Boolean?, isTipCustom: Boolean?) |
isTipCustom |
val isTipCustom: Boolean? |
tipAmountInCents |
val tipAmountInCents: Int? |
tipDisplayText |
val tipDisplayText: String? |
tipSelected |
val tipSelected: Boolean? |