Class OneTimeProductPurchaseOptionNewRegionsConfig
Pricing information for any new regions Play may launch in the future.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OneTimeProductPurchaseOptionNewRegionsConfig : IDirectResponseSchema
Properties
Availability
Required. The regional availability for the new regions config. When set to AVAILABLE, the pricing information will be used for any new regions Play may launch in the future.
Declaration
[JsonProperty("availability")]
public virtual string Availability { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EurPrice
Required. Price in EUR to use for any new regions Play may launch in.
Declaration
[JsonProperty("eurPrice")]
public virtual Money EurPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| Money |
UsdPrice
Required. Price in USD to use for any new regions Play may launch in.
Declaration
[JsonProperty("usdPrice")]
public virtual Money UsdPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| Money |