GoogleApi.Manufacturers.V1.Model.Price (google_api_manufacturers v0.14.0) 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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.