Show / Hide Table of Contents

Class Volume.SaleInfoData.OffersData.ListPriceData

Offer list (=undiscounted) price in Micros.

Inheritance
System.Object
Volume.SaleInfoData.OffersData.ListPriceData
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 ListPriceData

Properties

AmountInMicros

Declaration
[JsonProperty("amountInMicros")]
public virtual double? AmountInMicros { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

CurrencyCode

Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top