Uses of Class
com.adyen.model.transactionwebhooks.Amount
-
Packages that use Amount Package Description com.adyen.model.transactionwebhooks -
-
Uses of Amount in com.adyen.model.transactionwebhooks
Methods in com.adyen.model.transactionwebhooks 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 stringAmountTransaction. 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.transactionwebhooks with parameters of type Amount Modifier and Type Method Description TransactionTransaction. amount(Amount amount)amountvoidTransaction. setAmount(Amount amount)amount
-