GoogleApi.AndroidPublisher.V3.Model.ConvertedOtherRegionsPrice (google_api_android_publisher v0.29.0) View Source
Converted other regions prices.
Attributes
-
eurPrice
(type:GoogleApi.AndroidPublisher.V3.Model.Money.t
, default:nil
) - Price in EUR to use for the "Other regions" location exclusive of taxes. -
usdPrice
(type:GoogleApi.AndroidPublisher.V3.Model.Money.t
, default:nil
) - Price in USD to use for the "Other regions" location exclusive of taxes.
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.ConvertedOtherRegionsPrice{ eurPrice: GoogleApi.AndroidPublisher.V3.Model.Money.t() | nil, usdPrice: GoogleApi.AndroidPublisher.V3.Model.Money.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.