Uses of Class
com.adyen.model.checkout.DonationCampaignsRequest
-
Packages that use DonationCampaignsRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of DonationCampaignsRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DonationCampaignsRequest Modifier and Type Method Description DonationCampaignsRequestDonationCampaignsRequest. currency(String currency)The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes/).static DonationCampaignsRequestDonationCampaignsRequest. fromJson(String jsonString)Create an instance of DonationCampaignsRequest given an JSON stringDonationCampaignsRequestDonationCampaignsRequest. locale(String locale)Locale on the shopper interaction device.DonationCampaignsRequestDonationCampaignsRequest. merchantAccount(String merchantAccount)Your merchant account identifier. -
Uses of DonationCampaignsRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type DonationCampaignsRequest Modifier and Type Method Description DonationCampaignsResponseDonationsApi. donationCampaigns(DonationCampaignsRequest donationCampaignsRequest)Get a list of donation campaigns.DonationCampaignsResponseDonationsApi. donationCampaigns(DonationCampaignsRequest donationCampaignsRequest, RequestOptions requestOptions)Get a list of donation campaigns.
-