Class: Google::Apis::WalletobjectsV1::SmartTapMerchantData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/walletobjects_v1/classes.rb,
lib/google/apis/walletobjects_v1/representations.rb,
lib/google/apis/walletobjects_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SmartTapMerchantData

Returns a new instance of SmartTapMerchantData.



7001
7002
7003
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7001

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#authentication_keysArray<Google::Apis::WalletobjectsV1::AuthenticationKey>

Available only to Smart Tap enabled partners. Contact support for additional guidance. Corresponds to the JSON property authenticationKeys



6993
6994
6995
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 6993

def authentication_keys
  @authentication_keys
end

#smart_tap_merchant_idFixnum

Available only to Smart Tap enabled partners. Contact support for additional guidance. Corresponds to the JSON property smartTapMerchantId

Returns:

  • (Fixnum)


6999
7000
7001
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 6999

def smart_tap_merchant_id
  @smart_tap_merchant_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7006
7007
7008
7009
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7006

def update!(**args)
  @authentication_keys = args[:authentication_keys] if args.key?(:authentication_keys)
  @smart_tap_merchant_id = args[:smart_tap_merchant_id] if args.key?(:smart_tap_merchant_id)
end