Class Volume.SaleInfoData
Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.SaleInfoData
Properties
BuyLink
URL to purchase this volume on the Google Books site. (In LITE projection)
Declaration
[JsonProperty("buyLink")]
public virtual string BuyLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
IsEbook
Whether or not this volume is an eBook (can be added to the My eBooks shelf).
Declaration
[JsonProperty("isEbook")]
public virtual bool? IsEbook { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ListPrice
Suggested retail price. (In LITE projection.)
Declaration
[JsonProperty("listPrice")]
public virtual Volume.SaleInfoData.ListPriceData ListPrice { get; set; }
Property Value
Type | Description |
---|---|
Volume.SaleInfoData.ListPriceData |
Offers
Offers available for this volume (sales and rentals).
Declaration
[JsonProperty("offers")]
public virtual IList<Volume.SaleInfoData.OffersData> Offers { get; set; }
Property Value
Type | Description |
---|---|
IList<Volume.SaleInfoData.OffersData> |
OnSaleDate
The date on which this book is available for sale.
Declaration
[JsonProperty("onSaleDate")]
public virtual string OnSaleDate { get; set; }
Property Value
Type | Description |
---|---|
string |
RetailPrice
The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)
Declaration
[JsonProperty("retailPrice")]
public virtual Volume.SaleInfoData.RetailPriceData RetailPrice { get; set; }
Property Value
Type | Description |
---|---|
Volume.SaleInfoData.RetailPriceData |
Saleability
Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FOR_RENTAL_ONLY, FOR_SALE_AND_RENTAL, FREE, NOT_FOR_SALE, or FOR_PREORDER.
Declaration
[JsonProperty("saleability")]
public virtual string Saleability { get; set; }
Property Value
Type | Description |
---|---|
string |