Class DiscoverableProgramMerchantSignupInfo
Information about the merchant hosted signup flow for a program.
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class DiscoverableProgramMerchantSignupInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SignupSharedDatas
User data that is sent in a POST request to the signup website URL. This information is encoded and then shared so that the merchant's website can prefill fields used to enroll the user for the discoverable program.
Declaration
[JsonProperty("signupSharedDatas")]
public virtual IList<string> SignupSharedDatas { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SignupWebsite
The URL to direct the user to for the merchant's signup site.
Declaration
[JsonProperty("signupWebsite")]
public virtual Uri SignupWebsite { get; set; }
Property Value
Type | Description |
---|---|
Uri |