Uses of Class
com.adyen.model.negativebalancewarningwebhooks.Amount
-
Packages that use Amount Package Description com.adyen.model.negativebalancewarningwebhooks -
-
Uses of Amount in com.adyen.model.negativebalancewarningwebhooks
Methods in com.adyen.model.negativebalancewarningwebhooks 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).static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountNegativeBalanceCompensationWarningNotificationData. getAmount()amountAmountAmount. value(Long value)The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).Methods in com.adyen.model.negativebalancewarningwebhooks with parameters of type Amount Modifier and Type Method Description NegativeBalanceCompensationWarningNotificationDataNegativeBalanceCompensationWarningNotificationData. amount(Amount amount)amountvoidNegativeBalanceCompensationWarningNotificationData. setAmount(Amount amount)amount
-