google_api_books v0.2.0 GoogleApi.Books.V1.Model.VolumeSaleInfoOffers View Source
Attributes
- finskyOfferType (integer()): The finsky offer type (e.g., PURCHASE=0 RENTAL=3) Defaults to:
null
. - giftable (boolean()): Indicates whether the offer is giftable. Defaults to:
null
. - listPrice (VolumeSaleInfoListPrice1): Defaults to:
null
. - rentalDuration (VolumeSaleInfoRentalDuration): Defaults to:
null
. - retailPrice (VolumeSaleInfoRetailPrice): Defaults to:
null
.
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() :: %GoogleApi.Books.V1.Model.VolumeSaleInfoOffers{ finskyOfferType: any(), giftable: any(), listPrice: GoogleApi.Books.V1.Model.VolumeSaleInfoListPrice1.t(), rentalDuration: GoogleApi.Books.V1.Model.VolumeSaleInfoRentalDuration.t(), retailPrice: GoogleApi.Books.V1.Model.VolumeSaleInfoRetailPrice.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.