| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.IncreaseGiftAuctionBid
Synopsis
Documentation
data IncreaseGiftAuctionBid Source #
Increases a bid for an auction gift without changing gift text and receiver. Returns Ok
Constructors
| IncreaseGiftAuctionBid | |
Instances
| ToJSON IncreaseGiftAuctionBid Source # | |
Defined in TD.Query.IncreaseGiftAuctionBid Methods toJSON :: IncreaseGiftAuctionBid -> Value # toEncoding :: IncreaseGiftAuctionBid -> Encoding # toJSONList :: [IncreaseGiftAuctionBid] -> Value # | |
| Show IncreaseGiftAuctionBid Source # | |
Defined in TD.Query.IncreaseGiftAuctionBid Methods showsPrec :: Int -> IncreaseGiftAuctionBid -> ShowS # show :: IncreaseGiftAuctionBid -> String # showList :: [IncreaseGiftAuctionBid] -> ShowS # | |
| Eq IncreaseGiftAuctionBid Source # | |
Defined in TD.Query.IncreaseGiftAuctionBid Methods (==) :: IncreaseGiftAuctionBid -> IncreaseGiftAuctionBid -> Bool # (/=) :: IncreaseGiftAuctionBid -> IncreaseGiftAuctionBid -> Bool # | |
| ShortShow IncreaseGiftAuctionBid Source # | |
Defined in TD.Query.IncreaseGiftAuctionBid Methods | |