Class: TD::Types::PaymentForm
- Defined in:
- lib/tdlib/types/payment_form.rb
Overview
Contains information about an invoice payment form.
Instance Attribute Summary collapse
-
#id ⇒ Integer
The payment form identifier.
-
#product_info ⇒ TD::Types::ProductInfo
Information about the product.
-
#seller_bot_user_id ⇒ Integer
User identifier of the seller bot.
-
#type ⇒ TD::Types::PaymentFormType
Type of the payment form.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ Integer
The payment form identifier.
8 9 10 |
# File 'lib/tdlib/types/payment_form.rb', line 8 def id @id end |
#product_info ⇒ TD::Types::ProductInfo
Information about the product.
8 9 10 |
# File 'lib/tdlib/types/payment_form.rb', line 8 def product_info @product_info end |
#seller_bot_user_id ⇒ Integer
User identifier of the seller bot.
8 9 10 |
# File 'lib/tdlib/types/payment_form.rb', line 8 def seller_bot_user_id @seller_bot_user_id end |
#type ⇒ TD::Types::PaymentFormType
Type of the payment form.
8 9 10 |
# File 'lib/tdlib/types/payment_form.rb', line 8 def type @type end |