Show / Hide Table of Contents

Class DiscoverableProgramMerchantSignupInfo

Information about the merchant hosted signup flow for a program.

Inheritance
object
DiscoverableProgramMerchantSignupInfo
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX