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)static AmountAmount. fromJson(String jsonString)Create an instance of Amount given an JSON stringAmountPurchaseInfo. getOriginalAmount()Get originalAmountAmountAmount. value(Long value)Methods in com.adyen.model.acswebhooks with parameters of type Amount Modifier and Type Method Description PurchaseInfoPurchaseInfo. originalAmount(Amount originalAmount)voidPurchaseInfo. setOriginalAmount(Amount originalAmount)originalAmount
-