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)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountCustomNotification. getAmount()Get amountAmountAmount. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AmountAmount. value(Long value)The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).Methods in com.adyen.model.management with parameters of type Amount Modifier and Type Method Description CustomNotificationCustomNotification. amount(Amount amount)amountvoidCustomNotification. setAmount(Amount amount)amount
-