Class: Google::Apis::WalletobjectsV1::DiscoverableProgramMerchantSigninInfo

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

Overview

Information about the merchant hosted signin flow for a program.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DiscoverableProgramMerchantSigninInfo

Returns a new instance of DiscoverableProgramMerchantSigninInfo.



1192
1193
1194
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1192

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

Instance Attribute Details

#signin_websiteGoogle::Apis::WalletobjectsV1::Uri

The URL to direct the user to for the merchant's signin site. Corresponds to the JSON property signinWebsite



1190
1191
1192
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1190

def 
  @signin_website
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1197
1198
1199
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1197

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