Class IntentPayloadIntentOptions
The options for the intent.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class IntentPayloadIntentOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableOfferOverride
Optional. If true, Google may use a different product and promotion id from the ones in the create_intent
based on the user's eligibility. Only applicable for certain YouTube free trial offers.
Declaration
[JsonProperty("enableOfferOverride")]
public virtual bool? EnableOfferOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |