Class Volume.SaleInfoData.RetailPriceData
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.)
Inheritance
System.Object
Volume.SaleInfoData.RetailPriceData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class RetailPriceData
Properties
Amount
Amount in the currency listed below. (In LITE projection.)
Declaration
[JsonProperty("amount")]
public virtual double? Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
CurrencyCode
An ISO 4217, three-letter currency code. (In LITE projection.)
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |