Uses of Class
com.adyen.model.checkout.Amounts
-
Packages that use Amounts Package Description com.adyen.model.checkout -
-
Uses of Amounts in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Amounts Modifier and Type Method Description AmountsAmounts. addValuesItem(Long valuesItem)AmountsAmounts. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes/).static AmountsAmounts. fromJson(String jsonString)Create an instance of Amounts given an JSON stringAmountsDonationCampaign. getAmounts()amountsAmountsAmounts. values(List<Long> values)The amounts of the donation (in [minor units](https://docs.adyen.com/development-resources/currency-codes/)).Methods in com.adyen.model.checkout with parameters of type Amounts Modifier and Type Method Description DonationCampaignDonationCampaign. amounts(Amounts amounts)amountsvoidDonationCampaign. setAmounts(Amounts amounts)amounts
-