Class Volume.SaleInfoData.ListPriceData
Suggested retail price. (In LITE projection.)
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.SaleInfoData.ListPriceData
Properties
Amount
Amount in the currency listed below. (In LITE projection.)
Declaration
[JsonProperty("amount")]
public virtual double? Amount { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |