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

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.

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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.