Show / Hide Table of Contents

Class ActivationOptions

ActivationOptions for the class

Inheritance
object
ActivationOptions
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 ActivationOptions : IDirectResponseSchema

Properties

ActivationUrl

HTTPS URL that supports REST semantics. Would be used for requesting activation from partners for given valuable, triggered by the users.

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

AllowReactivation

Flag to allow users to make activation call from different device. This allows client to render the activation button enabled even if the activationStatus is ACTIVATED but the requested device is different than the current device.

Declaration
[JsonProperty("allowReactivation")]
public virtual bool? AllowReactivation { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX