Class: TD::Types::PaymentProvider::SmartGlocal
- Inherits:
-
TD::Types::PaymentProvider
- Object
- Dry::Struct
- Base
- TD::Types::PaymentProvider
- TD::Types::PaymentProvider::SmartGlocal
- Defined in:
- lib/tdlib/types/payment_provider/smart_glocal.rb
Overview
Smart Glocal payment provider.
Instance Attribute Summary collapse
-
#public_token ⇒ TD::Types::String
Public payment token.
-
#tokenize_url ⇒ TD::Types::String
URL for sending card tokenization requests.
Method Summary
Methods inherited from Base
Instance Attribute Details
#public_token ⇒ TD::Types::String
Public payment token.
6 7 8 |
# File 'lib/tdlib/types/payment_provider/smart_glocal.rb', line 6 def public_token @public_token end |
#tokenize_url ⇒ TD::Types::String
URL for sending card tokenization requests.
6 7 8 |
# File 'lib/tdlib/types/payment_provider/smart_glocal.rb', line 6 def tokenize_url @tokenize_url end |