Show / Hide Table of Contents

Class Volume.SaleInfoData.OffersData.RentalDurationData

The rental duration (for rental offers only).

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

Properties

Count

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

Unit

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