| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetGiftAuctionState
Synopsis
- data GetGiftAuctionState = GetGiftAuctionState {
- auction_id :: Maybe Text
Documentation
data GetGiftAuctionState Source #
Returns auction state for a gift. Returns GiftAuctionState
Constructors
| GetGiftAuctionState | |
Fields
| |
Instances
| ToJSON GetGiftAuctionState Source # | |
Defined in TD.Query.GetGiftAuctionState Methods toJSON :: GetGiftAuctionState -> Value # toEncoding :: GetGiftAuctionState -> Encoding # toJSONList :: [GetGiftAuctionState] -> Value # toEncodingList :: [GetGiftAuctionState] -> Encoding # | |
| Show GetGiftAuctionState Source # | |
Defined in TD.Query.GetGiftAuctionState Methods showsPrec :: Int -> GetGiftAuctionState -> ShowS # show :: GetGiftAuctionState -> String # showList :: [GetGiftAuctionState] -> ShowS # | |
| Eq GetGiftAuctionState Source # | |
Defined in TD.Query.GetGiftAuctionState Methods (==) :: GetGiftAuctionState -> GetGiftAuctionState -> Bool # (/=) :: GetGiftAuctionState -> GetGiftAuctionState -> Bool # | |
| ShortShow GetGiftAuctionState Source # | |
Defined in TD.Query.GetGiftAuctionState Methods | |