class TelegramBot::PreCheckoutQuery
- TelegramBot::PreCheckoutQuery
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/pre_checkout_query.crConstructors
Instance Method Summary
- #currency : String
- #currency=(currency : String)
- #from : User
- #from=(from : User)
- #id : String
- #id=(id : String)
- #invoice_payload : String
- #invoice_payload=(invoice_payload : String)
- #order_info : OrderInfo | Nil
- #order_info=(order_info : OrderInfo | Nil)
- #shipping_option_id : String | Nil
- #shipping_option_id=(shipping_option_id : String | Nil)
- #total_amount : Int32
- #total_amount=(total_amount : Int32)