Class OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig
Regional pricing and availability configuration for a purchase option.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig : IDirectResponseSchema
Properties
Availability
The availability of the purchase option.
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 |
Price
The price of the purchase option in the specified region. Must be set in the currency that is linked to the specified region.
Declaration
[JsonProperty("price")]
public virtual Money Price { get; set; }
Property Value
| Type | Description |
|---|---|
| Money |
RegionCode
Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g., "US".
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |