Uses of Class
com.adyen.model.management.Amount
-
Packages that use Amount Package Description com.adyen.model.management -
-
Uses of Amount in com.adyen.model.management
Methods in com.adyen.model.management that return Amount Modifier and Type Method Description AmountAmount. currency(String currency)static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCustomNotification. getAmount()Get amountAmountAmount. value(Long value)Methods in com.adyen.model.management with parameters of type Amount Modifier and Type Method Description CustomNotificationCustomNotification. amount(Amount amount)voidCustomNotification. setAmount(Amount amount)amount
-