| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.ExtraLife.Donation
Description
Provides the Donation type
Generally instantiated by recentDonations
Synopsis
- data Donation = Donation {
- displayName :: Maybe Text
- message :: Maybe Text
- participantID :: Int
- amount :: Float
- donorID :: Maybe Text
- createdDateUTC :: !UTCTime
- avatarImageURL :: !String
Documentation
Represents a single donation made to a donation drive.
Constructors
| Donation | |
Fields
| |