| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetGiftResalePrice
Synopsis
Documentation
data SetGiftResalePrice Source #
Changes resale price of a unique gift owned by the current user. Returns Ok
Constructors
| SetGiftResalePrice | |
Fields
| |
Instances
| ToJSON SetGiftResalePrice Source # | |
Defined in TD.Query.SetGiftResalePrice Methods toJSON :: SetGiftResalePrice -> Value # toEncoding :: SetGiftResalePrice -> Encoding # toJSONList :: [SetGiftResalePrice] -> Value # toEncodingList :: [SetGiftResalePrice] -> Encoding # | |
| Show SetGiftResalePrice Source # | |
Defined in TD.Query.SetGiftResalePrice Methods showsPrec :: Int -> SetGiftResalePrice -> ShowS # show :: SetGiftResalePrice -> String # showList :: [SetGiftResalePrice] -> ShowS # | |
| Eq SetGiftResalePrice Source # | |
Defined in TD.Query.SetGiftResalePrice Methods (==) :: SetGiftResalePrice -> SetGiftResalePrice -> Bool # (/=) :: SetGiftResalePrice -> SetGiftResalePrice -> Bool # | |
| ShortShow SetGiftResalePrice Source # | |
Defined in TD.Query.SetGiftResalePrice Methods shortShow :: SetGiftResalePrice -> String Source # | |