Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data SendPaymentForm Source #
Sends a filled-out payment form to the bot for final verification. Returns PaymentResult
SendPaymentForm | |
|
Instances
ToJSON SendPaymentForm Source # | |
Defined in TD.Query.SendPaymentForm toJSON :: SendPaymentForm -> Value # toEncoding :: SendPaymentForm -> Encoding # toJSONList :: [SendPaymentForm] -> Value # toEncodingList :: [SendPaymentForm] -> Encoding # | |
Show SendPaymentForm Source # | |
Defined in TD.Query.SendPaymentForm showsPrec :: Int -> SendPaymentForm -> ShowS # show :: SendPaymentForm -> String # showList :: [SendPaymentForm] -> ShowS # | |
Eq SendPaymentForm Source # | |
Defined in TD.Query.SendPaymentForm (==) :: SendPaymentForm -> SendPaymentForm -> Bool # (/=) :: SendPaymentForm -> SendPaymentForm -> Bool # | |
ShortShow SendPaymentForm Source # | |
Defined in TD.Query.SendPaymentForm shortShow :: SendPaymentForm -> String Source # |