Class: TD::Types::InputCredentials::GooglePay

Inherits:
TD::Types::InputCredentials show all
Defined in:
lib/tdlib/types/input_credentials/google_pay.rb

Overview

Applies if a user enters new credentials using Google Pay.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#dataTD::Types::String

JSON-encoded data with the credential identifier.

Returns:

  • (TD::Types::String)

    the current value of data



5
6
7
# File 'lib/tdlib/types/input_credentials/google_pay.rb', line 5

def data
  @data
end