View Source GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney (google_api_content_warehouse v0.4.0)

A container proto to store prices for GE

Attributes

  • amountInMicros (type: String.t, default: nil) - amount in micros. 1 is represented 1000000
  • currencyCode (type: String.t, default: nil) - The currency codes come from google3/i18n/identifiers/currencycode.h.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney{
  amountInMicros: String.t() | nil,
  currencyCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.