| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.PlaceGiftAuctionBid
Synopsis
Documentation
data PlaceGiftAuctionBid Source #
Places a bid on an auction gift. Returns Ok
Constructors
| PlaceGiftAuctionBid | |
Fields
| |
Instances
| ToJSON PlaceGiftAuctionBid Source # | |
Defined in TD.Query.PlaceGiftAuctionBid Methods toJSON :: PlaceGiftAuctionBid -> Value # toEncoding :: PlaceGiftAuctionBid -> Encoding # toJSONList :: [PlaceGiftAuctionBid] -> Value # toEncodingList :: [PlaceGiftAuctionBid] -> Encoding # | |
| Show PlaceGiftAuctionBid Source # | |
Defined in TD.Query.PlaceGiftAuctionBid Methods showsPrec :: Int -> PlaceGiftAuctionBid -> ShowS # show :: PlaceGiftAuctionBid -> String # showList :: [PlaceGiftAuctionBid] -> ShowS # | |
| Eq PlaceGiftAuctionBid Source # | |
Defined in TD.Query.PlaceGiftAuctionBid Methods (==) :: PlaceGiftAuctionBid -> PlaceGiftAuctionBid -> Bool # (/=) :: PlaceGiftAuctionBid -> PlaceGiftAuctionBid -> Bool # | |
| ShortShow PlaceGiftAuctionBid Source # | |
Defined in TD.Query.PlaceGiftAuctionBid Methods | |