Show / Hide Table of Contents

Class Volume.SaleInfoData.OffersData

Offers available for this volume (sales and rentals).

Inheritance
object
Volume.SaleInfoData.OffersData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.SaleInfoData.OffersData

Properties

FinskyOfferType

The finsky offer type (e.g., PURCHASE=0 RENTAL=3)

Declaration
[JsonProperty("finskyOfferType")]
public virtual int? FinskyOfferType { get; set; }
Property Value
Type Description
int?

Giftable

Indicates whether the offer is giftable.

Declaration
[JsonProperty("giftable")]
public virtual bool? Giftable { get; set; }
Property Value
Type Description
bool?

ListPrice

Offer list (=undiscounted) price in Micros.

Declaration
[JsonProperty("listPrice")]
public virtual Volume.SaleInfoData.OffersData.ListPriceData ListPrice { get; set; }
Property Value
Type Description
Volume.SaleInfoData.OffersData.ListPriceData

RentalDuration

The rental duration (for rental offers only).

Declaration
[JsonProperty("rentalDuration")]
public virtual Volume.SaleInfoData.OffersData.RentalDurationData RentalDuration { get; set; }
Property Value
Type Description
Volume.SaleInfoData.OffersData.RentalDurationData

RetailPrice

Offer retail (=discounted) price in Micros

Declaration
[JsonProperty("retailPrice")]
public virtual Volume.SaleInfoData.OffersData.RetailPriceData RetailPrice { get; set; }
Property Value
Type Description
Volume.SaleInfoData.OffersData.RetailPriceData
In this article
Back to top Generated by DocFX