google_api_books v0.15.0 GoogleApi.Books.V1.Model.VolumeSaleInfoOffers View Source

Attributes

  • finskyOfferType (type: integer(), default: nil) - The finsky offer type (e.g., PURCHASE=0 RENTAL=3)
  • giftable (type: boolean(), default: nil) - Indicates whether the offer is giftable.
  • listPrice (type: GoogleApi.Books.V1.Model.VolumeSaleInfoOffersListPrice.t, default: nil) - Offer list (=undiscounted) price in Micros.
  • rentalDuration (type: GoogleApi.Books.V1.Model.VolumeSaleInfoOffersRentalDuration.t, default: nil) - The rental duration (for rental offers only).
  • retailPrice (type: GoogleApi.Books.V1.Model.VolumeSaleInfoOffersRetailPrice.t, default: nil) - Offer retail (=discounted) price in Micros

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Books.V1.Model.VolumeSaleInfoOffers{
  finskyOfferType: integer(),
  giftable: boolean(),
  listPrice: GoogleApi.Books.V1.Model.VolumeSaleInfoOffersListPrice.t(),
  rentalDuration:
    GoogleApi.Books.V1.Model.VolumeSaleInfoOffersRentalDuration.t(),
  retailPrice: GoogleApi.Books.V1.Model.VolumeSaleInfoOffersRetailPrice.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.