Class: TD::Types::PaymentOption
- Defined in:
- lib/tdlib/types/payment_option.rb
Overview
Describes an additional payment option.
Instance Attribute Summary collapse
-
#title ⇒ TD::Types::String
Title for the payment option.
-
#url ⇒ TD::Types::String
Payment form URL to be opened in a web view.
Method Summary
Methods inherited from Base
Instance Attribute Details
#title ⇒ TD::Types::String
Title for the payment option.
6 7 8 |
# File 'lib/tdlib/types/payment_option.rb', line 6 def title @title end |
#url ⇒ TD::Types::String
Payment form URL to be opened in a web view.
6 7 8 |
# File 'lib/tdlib/types/payment_option.rb', line 6 def url @url end |