Uses of Class
com.adyen.model.checkout.DonationCampaign
-
Packages that use DonationCampaign Package Description com.adyen.model.checkout -
-
Uses of DonationCampaign in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DonationCampaign Modifier and Type Method Description DonationCampaignDonationCampaign. amounts(Amounts amounts)amountsDonationCampaignDonationCampaign. bannerUrl(String bannerUrl)The URL for the banner of the nonprofit or campaign.DonationCampaignDonationCampaign. campaignName(String campaignName)The name of the donation campaign..DonationCampaignDonationCampaign. causeName(String causeName)The cause of the nonprofit.DonationCampaignDonationCampaign. donation(Donation donation)donationstatic DonationCampaignDonationCampaign. fromJson(String jsonString)Create an instance of DonationCampaign given an JSON stringDonationCampaignDonationCampaign. id(String id)The unique campaign ID of the donation campaign.DonationCampaignDonationCampaign. logoUrl(String logoUrl)The URL for the logo of the nonprofit.DonationCampaignDonationCampaign. nonprofitDescription(String nonprofitDescription)The description of the nonprofit.DonationCampaignDonationCampaign. nonprofitName(String nonprofitName)The name of the nonprofit organization that receives the donation.DonationCampaignDonationCampaign. nonprofitUrl(String nonprofitUrl)The website URL of the nonprofit.DonationCampaignDonationCampaign. termsAndConditionsUrl(String termsAndConditionsUrl)The URL of the terms and conditions page of the nonprofit and the campaign.Methods in com.adyen.model.checkout that return types with arguments of type DonationCampaign Modifier and Type Method Description List<DonationCampaign>DonationCampaignsResponse. getDonationCampaigns()List of active donation campaigns for your merchant account.Methods in com.adyen.model.checkout with parameters of type DonationCampaign Modifier and Type Method Description DonationCampaignsResponseDonationCampaignsResponse. addDonationCampaignsItem(DonationCampaign donationCampaignsItem)Method parameters in com.adyen.model.checkout with type arguments of type DonationCampaign Modifier and Type Method Description DonationCampaignsResponseDonationCampaignsResponse. donationCampaigns(List<DonationCampaign> donationCampaigns)List of active donation campaigns for your merchant account.voidDonationCampaignsResponse. setDonationCampaigns(List<DonationCampaign> donationCampaigns)List of active donation campaigns for your merchant account.
-