View Source GoogleApi.Manufacturers.V1.Model.Price (google_api_manufacturers v0.21.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.