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)static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountTransaction. getAmount()Get amountAmountAmount. value(Long value)Methods in com.adyen.model.transactionwebhooks with parameters of type Amount Modifier and Type Method Description TransactionTransaction. amount(Amount amount)voidTransaction. setAmount(Amount amount)amount
-