Uses of Class
com.adyen.model.management.Gratuity
-
Packages that use Gratuity Package Description com.adyen.model.management -
-
Uses of Gratuity in com.adyen.model.management
Methods in com.adyen.model.management that return Gratuity Modifier and Type Method Description GratuityGratuity. addPredefinedTipEntriesItem(String predefinedTipEntriesItem)GratuityGratuity. allowCustomAmount(Boolean allowCustomAmount)Indicates whether one of the predefined tipping options is to let the shopper enter a custom tip.GratuityGratuity. currency(String currency)The currency that the tipping settings apply to.static GratuityGratuity. fromJson(String jsonString)Create an instance of Gratuity given an JSON stringGratuityGratuity. predefinedTipEntries(List<String> predefinedTipEntries)Tipping options the shopper can choose from if `usePredefinedTipEntries` is **true**.GratuityGratuity. usePredefinedTipEntries(Boolean usePredefinedTipEntries)Indicates whether the terminal shows a prompt to enter a tip (**false**), or predefined tipping options to choose from (**true**).Methods in com.adyen.model.management that return types with arguments of type Gratuity Modifier and Type Method Description List<Gratuity>TerminalSettings. getGratuities()Settings for tipping with or without predefined options to choose from.Methods in com.adyen.model.management with parameters of type Gratuity Modifier and Type Method Description TerminalSettingsTerminalSettings. addGratuitiesItem(Gratuity gratuitiesItem)Method parameters in com.adyen.model.management with type arguments of type Gratuity Modifier and Type Method Description TerminalSettingsTerminalSettings. gratuities(List<Gratuity> gratuities)Settings for tipping with or without predefined options to choose from.voidTerminalSettings. setGratuities(List<Gratuity> gratuities)Settings for tipping with or without predefined options to choose from.
-