| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.AnswerShippingQuery
Documentation
data AnswerShippingQuery Source #
Sets the result of a shipping query; for bots only. Returns Ok
Constructors
| AnswerShippingQuery | |
Fields
| |
Instances
| ToJSON AnswerShippingQuery Source # | |
Defined in TD.Query.AnswerShippingQuery Methods toJSON :: AnswerShippingQuery -> Value # toEncoding :: AnswerShippingQuery -> Encoding # toJSONList :: [AnswerShippingQuery] -> Value # toEncodingList :: [AnswerShippingQuery] -> Encoding # | |
| Show AnswerShippingQuery Source # | |
Defined in TD.Query.AnswerShippingQuery Methods showsPrec :: Int -> AnswerShippingQuery -> ShowS # show :: AnswerShippingQuery -> String # showList :: [AnswerShippingQuery] -> ShowS # | |
| Eq AnswerShippingQuery Source # | |
Defined in TD.Query.AnswerShippingQuery Methods (==) :: AnswerShippingQuery -> AnswerShippingQuery -> Bool # (/=) :: AnswerShippingQuery -> AnswerShippingQuery -> Bool # | |
| ShortShow AnswerShippingQuery Source # | |
Defined in TD.Query.AnswerShippingQuery Methods | |