Class ConvertRegionPricesResponse
Response message for ConvertRegionPrices.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ConvertRegionPricesResponse : IDirectResponseSchema
Properties
ConvertedOtherRegionsPrice
Converted other regions prices in USD and EUR, to use for countries where Play doesn't support a country's local currency.
Declaration
[JsonProperty("convertedOtherRegionsPrice")]
public virtual ConvertedOtherRegionsPrice ConvertedOtherRegionsPrice { get; set; }
Property Value
Type | Description |
---|---|
ConvertedOtherRegionsPrice |
ConvertedRegionPrices
Map from region code to converted region price.
Declaration
[JsonProperty("convertedRegionPrices")]
public virtual IDictionary<string, ConvertedRegionPrice> ConvertedRegionPrices { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, ConvertedRegionPrice> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |