Class DiscoverableProgram
Information about how a class may be discovered and instantiated from within the Android Pay app. This is done by searching for a loyalty or gift card program and scanning or manually entering.
Implements
Inherited Members
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 |