Show / Hide Table of Contents

Class OneTimeProductBuyPurchaseOption

A purchase option that can be bought.

Inheritance
object
OneTimeProductBuyPurchaseOption
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX