Class Volume.SaleInfoData.OffersData.ListPriceData
Offer list (=undiscounted) price in Micros.
Inheritance
Volume.SaleInfoData.OffersData.ListPriceData
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.SaleInfoData.OffersData.ListPriceData
Properties
AmountInMicros
Declaration
[JsonProperty("amountInMicros")]
public virtual double? AmountInMicros { get; set; }
Property Value
CurrencyCode
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value