Class: TD::Types::InputCredentials::New
- Inherits:
-
TD::Types::InputCredentials
- Object
- Dry::Struct
- Base
- TD::Types::InputCredentials
- TD::Types::InputCredentials::New
- Defined in:
- lib/tdlib/types/input_credentials/new.rb
Overview
Applies if a user enters new credentials on a payment provider website.
Instance Attribute Summary collapse
-
#allow_save ⇒ Boolean
True, if the credential identifier can be saved on the server side.
-
#data ⇒ TD::Types::String
Contains JSON-encoded data with a credential identifier from the payment provider.
Method Summary
Methods inherited from Base
Instance Attribute Details
#allow_save ⇒ Boolean
True, if the credential identifier can be saved on the server side.
6 7 8 |
# File 'lib/tdlib/types/input_credentials/new.rb', line 6 def allow_save @allow_save end |
#data ⇒ TD::Types::String
Contains JSON-encoded data with a credential identifier from the payment provider.
6 7 8 |
# File 'lib/tdlib/types/input_credentials/new.rb', line 6 def data @data end |