Class: TD::Types::InputCredentials::GooglePay
- Inherits:
-
TD::Types::InputCredentials
- Object
- Dry::Struct
- Base
- TD::Types::InputCredentials
- TD::Types::InputCredentials::GooglePay
- 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
-
#data ⇒ TD::Types::String
JSON-encoded data with the credential identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#data ⇒ TD::Types::String
JSON-encoded data with the credential identifier.
5 6 7 |
# File 'lib/tdlib/types/input_credentials/google_pay.rb', line 5 def data @data end |