Uses of Class
com.adyen.model.management.Surcharge
-
Packages that use Surcharge Package Description com.adyen.model.management -
-
Uses of Surcharge in com.adyen.model.management
Methods in com.adyen.model.management that return Surcharge Modifier and Type Method Description SurchargeSurcharge. addConfigurationsItem(ModelConfiguration configurationsItem)SurchargeSurcharge. askConfirmation(Boolean askConfirmation)Show the surcharge details on the terminal, so the shopper can confirm.SurchargeSurcharge. configurations(List<ModelConfiguration> configurations)Surcharge fees or percentages for specific cards, funding sources (credit or debit), and currencies.SurchargeSurcharge. excludeGratuityFromSurcharge(Boolean excludeGratuityFromSurcharge)Exclude the tip amount from the surcharge calculation.static SurchargeSurcharge. fromJson(String jsonString)Create an instance of Surcharge given an JSON stringSurchargeTerminalSettings. getSurcharge()Get surchargeMethods in com.adyen.model.management with parameters of type Surcharge Modifier and Type Method Description voidTerminalSettings. setSurcharge(Surcharge surcharge)surchargeTerminalSettingsTerminalSettings. surcharge(Surcharge surcharge)surcharge
-