Class ActivationOptions
ActivationOptions for the class
Implements
Inherited Members
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 |