Show / Hide Table of Contents

Class InappproductsUpdateRequest

Request to update an in-app product.

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

Properties

AllowMissing

If set to true, and the in-app product with the given package_name and sku doesn't exist, the in-app product will be created.

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

AutoConvertMissingPrices

If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.

Declaration
[JsonProperty("autoConvertMissingPrices")]
public virtual bool? AutoConvertMissingPrices { 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

Inappproduct

The new in-app product.

Declaration
[JsonProperty("inappproduct")]
public virtual InAppProduct Inappproduct { get; set; }
Property Value
Type Description
InAppProduct

LatencyTolerance

Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.

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

PackageName

Package name of the app.

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

Sku

Unique identifier for the in-app product.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX