Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetGiftSettings
Synopsis
- data SetGiftSettings = SetGiftSettings {}
Documentation
data SetGiftSettings Source #
Changes settings for gift receiving for the current user. Returns Ok
Constructors
SetGiftSettings | |
Fields
|
Instances
ToJSON SetGiftSettings Source # | |
Defined in TD.Query.SetGiftSettings Methods toJSON :: SetGiftSettings -> Value # toEncoding :: SetGiftSettings -> Encoding # toJSONList :: [SetGiftSettings] -> Value # toEncodingList :: [SetGiftSettings] -> Encoding # | |
Show SetGiftSettings Source # | |
Defined in TD.Query.SetGiftSettings Methods showsPrec :: Int -> SetGiftSettings -> ShowS # show :: SetGiftSettings -> String # showList :: [SetGiftSettings] -> ShowS # | |
Eq SetGiftSettings Source # | |
Defined in TD.Query.SetGiftSettings Methods (==) :: SetGiftSettings -> SetGiftSettings -> Bool # (/=) :: SetGiftSettings -> SetGiftSettings -> Bool # | |
ShortShow SetGiftSettings Source # | |
Defined in TD.Query.SetGiftSettings Methods shortShow :: SetGiftSettings -> String Source # |