google_api_manufacturers v0.9.0 GoogleApi.Manufacturers.V1.Model.Price View Source

A price.

Attributes

  • amount (type: String.t, default: nil) - The numeric value of the price.
  • currency (type: String.t, default: nil) - The currency in which the price is denoted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Manufacturers.V1.Model.Price{
  amount: String.t(),
  currency: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.