Show / Hide Table of Contents

Class ConvertRegionPricesResponse

Response message for ConvertRegionPrices.

Inheritance
object
ConvertRegionPricesResponse
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 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

RegionVersion

The region version at which the prices were generated.

Declaration
[JsonProperty("regionVersion")]
public virtual RegionsVersion RegionVersion { get; set; }
Property Value
Type Description
RegionsVersion

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX