View Source GoogleApi.Books.V1.Model.VolumeSaleInfoListPrice (google_api_books v0.21.0)

Suggested retail price. (In LITE projection.)

Attributes

  • amount (type: float(), default: nil) - Amount in the currency listed below. (In LITE projection.)
  • currencyCode (type: String.t, default: nil) - An ISO 4217, three-letter currency code. (In LITE projection.)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.VolumeSaleInfoListPrice{
  amount: float() | nil,
  currencyCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.