Show / Hide Table of Contents

Class DiscoverableProgram

Information about how a class may be discovered and instantiated from within the Google Wallet app. This is done by searching for a loyalty or gift card program and scanning or manually entering.

Inheritance
object
DiscoverableProgram
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class DiscoverableProgram : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MerchantSigninInfo

Information about the ability to signin and add a valuable for this program through a merchant site. Used when MERCHANT_HOSTED_SIGNIN is enabled.

Declaration
[JsonProperty("merchantSigninInfo")]
public virtual DiscoverableProgramMerchantSigninInfo MerchantSigninInfo { get; set; }
Property Value
Type Description
DiscoverableProgramMerchantSigninInfo

MerchantSignupInfo

Information about the ability to signup and add a valuable for this program through a merchant site. Used when MERCHANT_HOSTED_SIGNUP is enabled.

Declaration
[JsonProperty("merchantSignupInfo")]
public virtual DiscoverableProgramMerchantSignupInfo MerchantSignupInfo { get; set; }
Property Value
Type Description
DiscoverableProgramMerchantSignupInfo

State

Visibility state of the discoverable program.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX