Class: Google::Apis::WalletobjectsV1::DiscoverableProgramMerchantSigninInfo
- Inherits:
-
Object
- Object
- Google::Apis::WalletobjectsV1::DiscoverableProgramMerchantSigninInfo
- 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
-
#signin_website ⇒ Google::Apis::WalletobjectsV1::Uri
The URL to direct the user to for the merchant's signin site.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiscoverableProgramMerchantSigninInfo
constructor
A new instance of DiscoverableProgramMerchantSigninInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiscoverableProgramMerchantSigninInfo
Returns a new instance of DiscoverableProgramMerchantSigninInfo.
1198 1199 1200 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1198 def initialize(**args) update!(**args) end |
Instance Attribute Details
#signin_website ⇒ Google::Apis::WalletobjectsV1::Uri
The URL to direct the user to for the merchant's signin site.
Corresponds to the JSON property signinWebsite
1196 1197 1198 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1196 def signin_website @signin_website end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1203 1204 1205 |
# File 'lib/google/apis/walletobjects_v1/classes.rb', line 1203 def update!(**args) @signin_website = args[:signin_website] if args.key?(:signin_website) end |