Uses of Class
com.adyen.model.checkout.DonationCampaignsResponse
-
Packages that use DonationCampaignsResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of DonationCampaignsResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DonationCampaignsResponse Modifier and Type Method Description DonationCampaignsResponseDonationCampaignsResponse. addDonationCampaignsItem(DonationCampaign donationCampaignsItem)DonationCampaignsResponseDonationCampaignsResponse. donationCampaigns(List<DonationCampaign> donationCampaigns)List of active donation campaigns for your merchant account.static DonationCampaignsResponseDonationCampaignsResponse. fromJson(String jsonString)Create an instance of DonationCampaignsResponse given an JSON string -
Uses of DonationCampaignsResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return DonationCampaignsResponse 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.
-