Uses of Class
com.adyen.model.checkout.Donation
-
Packages that use Donation Package Description com.adyen.model.checkout -
-
Uses of Donation in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Donation Modifier and Type Method Description DonationDonation. addValuesItem(Long valuesItem)DonationDonation. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes/).DonationDonation. donationType(String donationType)The [type of donation](https://docs.adyen.com/online-payments/donations/#donation-types).static DonationDonation. fromJson(String jsonString)Create an instance of Donation given an JSON stringDonationDonationCampaign. getDonation()donationDonationDonation. maxRoundupAmount(Long maxRoundupAmount)The maximum amount a transaction can be rounded up to make a donation.DonationDonation. values(List<Long> values)The fixed donation amounts in [minor units](https://docs.adyen.com/development-resources/currency-codes//#minor-units).Methods in com.adyen.model.checkout with parameters of type Donation Modifier and Type Method Description DonationCampaignDonationCampaign. donation(Donation donation)donationvoidDonationCampaign. setDonation(Donation donation)donation
-