Sha256: fa399f16f22a38985e0fbfd4b6d7b50120d24eb1a52d64984c64c44e53ca9765

Contents?: true

Size: 271 Bytes

Versions: 3

Compression:

Stored size: 271 Bytes

Contents

module TD::Types
  # Applies if a user enters new credentials using Apple Pay.
  #
  # @attr data [TD::Types::String] JSON-encoded data with the credential identifier.
  class InputCredentials::ApplePay < InputCredentials
    attribute :data, TD::Types::String
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/input_credentials/apple_pay.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/input_credentials/apple_pay.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/input_credentials/apple_pay.rb