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