| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetReceivedGift
Synopsis
- data GetReceivedGift = GetReceivedGift {}
Documentation
data GetReceivedGift Source #
Returns information about a received gift. Returns ReceivedGift
Constructors
| GetReceivedGift | |
Fields
| |
Instances
| ToJSON GetReceivedGift Source # | |
Defined in TD.Query.GetReceivedGift Methods toJSON :: GetReceivedGift -> Value # toEncoding :: GetReceivedGift -> Encoding # toJSONList :: [GetReceivedGift] -> Value # toEncodingList :: [GetReceivedGift] -> Encoding # | |
| Show GetReceivedGift Source # | |
Defined in TD.Query.GetReceivedGift Methods showsPrec :: Int -> GetReceivedGift -> ShowS # show :: GetReceivedGift -> String # showList :: [GetReceivedGift] -> ShowS # | |
| Eq GetReceivedGift Source # | |
Defined in TD.Query.GetReceivedGift Methods (==) :: GetReceivedGift -> GetReceivedGift -> Bool # (/=) :: GetReceivedGift -> GetReceivedGift -> Bool # | |
| ShortShow GetReceivedGift Source # | |
Defined in TD.Query.GetReceivedGift Methods shortShow :: GetReceivedGift -> String Source # | |