DonationCampaign |
DonationCampaign.amounts(Amounts amounts) |
amounts
|
DonationCampaign |
DonationCampaign.bannerUrl(String bannerUrl) |
The URL for the banner of the nonprofit or campaign.
|
DonationCampaign |
DonationCampaign.campaignName(String campaignName) |
The name of the donation campaign..
|
DonationCampaign |
DonationCampaign.causeName(String causeName) |
The cause of the nonprofit.
|
DonationCampaign |
DonationCampaign.donation(Donation donation) |
donation
|
static DonationCampaign |
DonationCampaign.fromJson(String jsonString) |
Create an instance of DonationCampaign given an JSON string
|
DonationCampaign |
DonationCampaign.id(String id) |
The unique campaign ID of the donation campaign.
|
DonationCampaign |
DonationCampaign.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
DonationCampaign |
DonationCampaign.logoUrl(String logoUrl) |
The URL for the logo of the nonprofit.
|
DonationCampaign |
DonationCampaign.nonprofitDescription(String nonprofitDescription) |
The description of the nonprofit.
|
DonationCampaign |
DonationCampaign.nonprofitName(String nonprofitName) |
The name of the nonprofit organization that receives the donation.
|
DonationCampaign |
DonationCampaign.nonprofitUrl(String nonprofitUrl) |
The website URL of the nonprofit.
|
DonationCampaign |
DonationCampaign.termsAndConditionsUrl(String termsAndConditionsUrl) |
The URL of the terms and conditions page of the nonprofit and the campaign.
|