Sha256: aa1a0e1e465708a1010eaf38cc48a428d2b9344e57bf53876e74ad6701c6efb3

Contents?: true

Size: 262 Bytes

Versions: 1

Compression:

Stored size: 262 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_credentials/google_pay.rb