public class TipSuggestion extends Object
Modifier and Type | Method and Description |
---|---|
static TipSuggestion |
Amount(String name,
Long tipAmount)
A tip suggestion of a fixed amount.
|
static TipSuggestion |
Percentage(String name,
Long tipPercentage)
A tip suggestion based on percentage of the amount of the payment.
|
public static TipSuggestion Amount(String name, Long tipAmount)
name
- tipAmount
- public static TipSuggestion Percentage(String name, Long tipPercentage)
name
- tipPercentage
-