Sha256: f3ffaafb883db2df890a10a1d8d5b960e2a8ddf1abe5559260a42c8e1a8f0697

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

module TD::Types
  # Applies if a user enters new credentials using Apple Pay.
  #
  # @attr data [String] JSON-encoded data with the credential identifier.
  class InputCredentials::ApplePay < InputCredentials
    attribute :data, TD::Types::String
  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/apple_pay.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_credentials/apple_pay.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_credentials/apple_pay.rb
tdlib-ruby-2.0.0 lib/tdlib/types/input_credentials/apple_pay.rb