Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Invoice
This object contains basic information about an invoice.
Invoice | |
|
Instances
FromJSON Invoice Source # | |
Defined in Telegram.Bot.API.Types.Invoice | |
ToJSON Invoice Source # | |
Generic Invoice Source # | |
Show Invoice Source # | |
type Rep Invoice Source # | |
Defined in Telegram.Bot.API.Types.Invoice type Rep Invoice = D1 ('MetaData "Invoice" "Telegram.Bot.API.Types.Invoice" "telegram-bot-api-7.3.1-HIEcormdC3TJNwe3u54c0g" 'False) (C1 ('MetaCons "Invoice" 'PrefixI 'True) ((S1 ('MetaSel ('Just "invoiceTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "invoiceDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "invoiceStartParameter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "invoiceCurrency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "invoiceTotalAmount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))))) |