Safe Haskell | None |
---|---|
Language | Haskell2010 |
Provides the TeamMember
type; note that this has an additional field
compared to the User
type, isTeamCaptain
and lacks much of the context
provided by the User
type.
Generally instantiated by teamMembers
(returned as a List)
Synopsis
- data TeamMember = TeamMember {
- displayName :: !Text
- fundraisingGoal :: Float
- participantID :: Int
- teamName :: Text
- eventName :: Text
- avatarImageURL :: !String
- createdDateUTC :: !UTCTime
- sumDonations :: Float
- teamID :: Int
- isTeamCaptain :: Bool
- numDonations :: Int
Documentation
data TeamMember Source #
Represents a single member of a given team
TeamMember | |
|