Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data PaymentReceiptType
Documentation
data PaymentReceiptType Source #
Describes type of successful payment
PaymentReceiptTypeRegular | The payment was done using a third-party payment provider |
| |
PaymentReceiptTypeStars | The payment was done using Telegram Stars |
|
Instances
FromJSON PaymentReceiptType Source # | |
Defined in TD.Data.PaymentReceiptType parseJSON :: Value -> Parser PaymentReceiptType # parseJSONList :: Value -> Parser [PaymentReceiptType] # | |
Show PaymentReceiptType Source # | |
Defined in TD.Data.PaymentReceiptType showsPrec :: Int -> PaymentReceiptType -> ShowS # show :: PaymentReceiptType -> String # showList :: [PaymentReceiptType] -> ShowS # | |
Eq PaymentReceiptType Source # | |
Defined in TD.Data.PaymentReceiptType (==) :: PaymentReceiptType -> PaymentReceiptType -> Bool # (/=) :: PaymentReceiptType -> PaymentReceiptType -> Bool # | |
ShortShow PaymentReceiptType Source # | |
Defined in TD.Data.PaymentReceiptType shortShow :: PaymentReceiptType -> String Source # |