google_api_books v0.5.0 GoogleApi.Books.V1.Model.VolumeSaleInfoOffers View Source
Attributes
- finskyOfferType (integer()): The finsky offer type (e.g., PURCHASE=0 RENTAL=3) Defaults to
nil
. - giftable (boolean()): Indicates whether the offer is giftable. Defaults to
nil
. - listPrice (GoogleApi.Books.V1.Model.VolumeSaleInfoOffersListPrice.t): Offer list (=undiscounted) price in Micros. Defaults to
nil
. - rentalDuration (GoogleApi.Books.V1.Model.VolumeSaleInfoOffersRentalDuration.t): The rental duration (for rental offers only). Defaults to
nil
. - retailPrice (GoogleApi.Books.V1.Model.VolumeSaleInfoOffersRetailPrice.t): Offer retail (=discounted) price in Micros Defaults to
nil
.
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()
View Source
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.