Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data TestCallBytes = TestCallBytes {
- x :: Maybe ByteString
Documentation
data TestCallBytes Source #
Returns the received bytes; for testing only. This is an offline method. Can be called before authorization. Returns TestBytes
TestCallBytes | |
|
Instances
ToJSON TestCallBytes Source # | |
Defined in TD.Query.TestCallBytes toJSON :: TestCallBytes -> Value # toEncoding :: TestCallBytes -> Encoding # toJSONList :: [TestCallBytes] -> Value # toEncodingList :: [TestCallBytes] -> Encoding # | |
Show TestCallBytes Source # | |
Defined in TD.Query.TestCallBytes showsPrec :: Int -> TestCallBytes -> ShowS # show :: TestCallBytes -> String # showList :: [TestCallBytes] -> ShowS # | |
Eq TestCallBytes Source # | |
Defined in TD.Query.TestCallBytes (==) :: TestCallBytes -> TestCallBytes -> Bool # (/=) :: TestCallBytes -> TestCallBytes -> Bool # | |
ShortShow TestCallBytes Source # | |
Defined in TD.Query.TestCallBytes shortShow :: TestCallBytes -> String Source # |