Class: TD::Types::PaymentProvider::Other

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

Overview

Some other payment provider, for which a web payment form must be shown.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#urlTD::Types::String

Payment form URL.

Returns:

  • (TD::Types::String)

    the current value of url



5
6
7
# File 'lib/tdlib/types/payment_provider/other.rb', line 5

def url
  @url
end