GoogleApi.AndroidPublisher.V3.Model.ConvertedOtherRegionsPrice (google_api_android_publisher v0.43.0)
View SourceConverted 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.ConvertedOtherRegionsPrice{ eurPrice: GoogleApi.AndroidPublisher.V3.Model.Money.t() | nil, usdPrice: GoogleApi.AndroidPublisher.V3.Model.Money.t() | nil }