GoogleApi.AndroidPublisher.V3.Model.ConvertRegionPricesResponse (google_api_android_publisher v0.29.0) View Source

Response 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.