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

Definition of a price, i.e. currency and units.

Attributes

  • currency (type: String.t, default: nil) - 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
  • priceMicros (type: String.t, default: nil) - Price in 1/million of the currency base unit, represented as a string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Price{
  currency: String.t() | nil,
  priceMicros: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.