Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data PaymentResult Source #
PaymentResult | Contains the result of a payment request |
Instances
FromJSON PaymentResult Source # | |
Defined in TD.Data.PaymentResult parseJSON :: Value -> Parser PaymentResult # parseJSONList :: Value -> Parser [PaymentResult] # | |
Show PaymentResult Source # | |
Defined in TD.Data.PaymentResult showsPrec :: Int -> PaymentResult -> ShowS # show :: PaymentResult -> String # showList :: [PaymentResult] -> ShowS # | |
Eq PaymentResult Source # | |
Defined in TD.Data.PaymentResult (==) :: PaymentResult -> PaymentResult -> Bool # (/=) :: PaymentResult -> PaymentResult -> Bool # | |
ShortShow PaymentResult Source # | |
Defined in TD.Data.PaymentResult shortShow :: PaymentResult -> String Source # |