Class OneTimeProductBuyPurchaseOption
A purchase option that can be bought.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OneTimeProductBuyPurchaseOption : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LegacyCompatible
Optional. Whether this purchase option will be available in legacy PBL flows that do not support one-time products model. Up to one "buy" purchase option can be marked as backwards compatible.
Declaration
[JsonProperty("legacyCompatible")]
public virtual bool? LegacyCompatible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MultiQuantityEnabled
Optional. Whether this purchase option allows multi-quantity. Multi-quantity allows buyer to purchase more than one item in a single checkout.
Declaration
[JsonProperty("multiQuantityEnabled")]
public virtual bool? MultiQuantityEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |