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