Class: TD::Types::PaymentProvider::SmartGlocal

Inherits:
TD::Types::PaymentProvider show all
Defined in:
lib/tdlib/types/payment_provider/smart_glocal.rb

Overview

Smart Glocal payment provider.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#public_tokenTD::Types::String

Public payment token.

Returns:

  • (TD::Types::String)

    the current value of public_token



6
7
8
# File 'lib/tdlib/types/payment_provider/smart_glocal.rb', line 6

def public_token
  @public_token
end

#tokenize_urlTD::Types::String

URL for sending card tokenization requests.

Returns:

  • (TD::Types::String)

    the current value of tokenize_url



6
7
8
# File 'lib/tdlib/types/payment_provider/smart_glocal.rb', line 6

def tokenize_url
  @tokenize_url
end