GoogleApi.AndroidPublisher.V3.Model.ConvertRegionPricesResponse (google_api_android_publisher v0.43.0)
View SourceResponse message for ConvertRegionPrices.
Attributes
-
convertedOtherRegionsPrice
(type:GoogleApi.AndroidPublisher.V3.Model.ConvertedOtherRegionsPrice.t
, default:nil
) - Converted other regions prices in USD and EUR, to use for countries where Play doesn't support a country's local currency. -
convertedRegionPrices
(type:%{optional(String.t) => GoogleApi.AndroidPublisher.V3.Model.ConvertedRegionPrice.t}
, default:nil
) - Map from region code to converted region price. -
regionVersion
(type:GoogleApi.AndroidPublisher.V3.Model.RegionsVersion.t
, default:nil
) - The region version at which the prices were generated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ConvertRegionPricesResponse{ convertedOtherRegionsPrice: GoogleApi.AndroidPublisher.V3.Model.ConvertedOtherRegionsPrice.t() | nil, convertedRegionPrices: %{ optional(String.t()) => GoogleApi.AndroidPublisher.V3.Model.ConvertedRegionPrice.t() } | nil, regionVersion: GoogleApi.AndroidPublisher.V3.Model.RegionsVersion.t() | nil }