Uses of Class
com.adyen.model.disputewebhooks.Amount
-
Packages that use Amount Package Description com.adyen.model.disputewebhooks -
-
Uses of Amount in com.adyen.model.disputewebhooks
Methods in com.adyen.model.disputewebhooks 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 stringAmountDisputeEventNotification. getDisputedAmount()disputedAmountAmountAmount. 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.disputewebhooks with parameters of type Amount Modifier and Type Method Description DisputeEventNotificationDisputeEventNotification. disputedAmount(Amount disputedAmount)disputedAmountvoidDisputeEventNotification. setDisputedAmount(Amount disputedAmount)disputedAmount
-