OceanGEMoney

GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney


Table of Contents ▼

Jump to a specific part of the page:

Description

A container proto to store prices for GE

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OceanGEMoney