DonationCampaign class abstract

DonationCampaign

Properties:

  • amounts - The object that contains the fixed donation amounts that the shopper can select from.
  • bannerUrl - The URL for the banner of the nonprofit or campaign.
  • campaignName - The name of the donation campaign..
  • causeName - The cause of the nonprofit.
  • donation - The object that contains the details of the donation.
  • id - The unique campaign ID of the donation campaign.
  • logoUrl - The URL for the logo of the nonprofit.
  • nonprofitDescription - The description of the nonprofit.
  • nonprofitName - The name of the nonprofit organization that receives the donation.
  • nonprofitUrl - The website URL of the nonprofit.
  • termsAndConditionsUrl - The URL of the terms and conditions page of the nonprofit and the campaign.
Annotations
  • @BuiltValue.new()

Constructors

DonationCampaign([void updates(DonationCampaignBuilder b)])
factory

Properties

amounts Amounts?
The object that contains the fixed donation amounts that the shopper can select from.
no setter
bannerUrl String?
The URL for the banner of the nonprofit or campaign.
no setter
campaignName String?
The name of the donation campaign..
no setter
causeName String?
The cause of the nonprofit.
no setter
donation Donation?
The object that contains the details of the donation.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique campaign ID of the donation campaign.
no setter
logoUrl String?
The URL for the logo of the nonprofit.
no setter
nonprofitDescription String?
The description of the nonprofit.
no setter
nonprofitName String?
The name of the nonprofit organization that receives the donation.
no setter
nonprofitUrl String?
The website URL of the nonprofit.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termsAndConditionsUrl String?
The URL of the terms and conditions page of the nonprofit and the campaign.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(DonationCampaignBuilder)) DonationCampaign
Rebuilds the instance.
inherited
toBuilder() DonationCampaignBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<DonationCampaign>
no setter