Sha256: 6b7f456078fd7518731701b49276d476da4e6cebae931432c2a824bc20d9f532

Contents?: true

Size: 444 Bytes

Versions: 4

Compression:

Stored size: 444 Bytes

Contents

module TD::Types
  # Applies if a user enters new credentials on a payment provider website.
  #
  # @attr data [String] Contains JSON-encoded data with a credential identifier from the payment provider.
  # @attr allow_save [Boolean] True, if the credential identifier can be saved on the server side.
  class InputCredentials::New < InputCredentials
    attribute :data, TD::Types::String
    attribute :allow_save, TD::Types::Bool
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_credentials/new.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_credentials/new.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_credentials/new.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_credentials/new.rb