Class: TD::Types::InputCredentials::AndroidPay

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

Overview

Applies if a user enters new credentials using Android Pay.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#dataString

JSON-encoded data with the credential identifier.

Returns:

  • (String)

    the current value of data



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

def data
  @data
end