Class: Google::Apis::WalletobjectsV1::SmartTapMerchantData
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::SmartTapMerchantData
- 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
-
#authentication_keys ⇒ Array<Google::Apis::WalletobjectsV1::AuthenticationKey>
Available only to Smart Tap enabled partners.
-
#smart_tap_merchant_id ⇒ Fixnum
Available only to Smart Tap enabled partners.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SmartTapMerchantData
constructor
A new instance of SmartTapMerchantData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SmartTapMerchantData
Returns a new instance of SmartTapMerchantData.
7407 7408 7409 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7407 def initialize(**args) update!(**args) end |
Instance Attribute Details
#authentication_keys ⇒ Array<Google::Apis::WalletobjectsV1::AuthenticationKey>
Available only to Smart Tap enabled partners. Contact support for additional
guidance.
Corresponds to the JSON property authenticationKeys
7399 7400 7401 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7399 def authentication_keys @authentication_keys end |
#smart_tap_merchant_id ⇒ Fixnum
Available only to Smart Tap enabled partners. Contact support for additional
guidance.
Corresponds to the JSON property smartTapMerchantId
7405 7406 7407 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7405 def smart_tap_merchant_id @smart_tap_merchant_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7412 7413 7414 7415 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 7412 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 |