Uses of Class
com.adyen.model.acswebhooks.Amount
-
Packages that use Amount Package Description com.adyen.model.acswebhooks -
-
Uses of Amount in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks 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 stringAmountPurchaseInfo. getOriginalAmount()originalAmountAmountAmount. 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.acswebhooks with parameters of type Amount Modifier and Type Method Description PurchaseInfoPurchaseInfo. originalAmount(Amount originalAmount)originalAmountvoidPurchaseInfo. setOriginalAmount(Amount originalAmount)originalAmount
-