Show / Hide Table of Contents

Class Series.SeriesData.SeriesSubscriptionReleaseInfoData.NextReleaseInfoData

Inheritance
object
Series.SeriesData.SeriesSubscriptionReleaseInfoData.NextReleaseInfoData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Series.SeriesData.SeriesSubscriptionReleaseInfoData.NextReleaseInfoData

Properties

AmountInMicros

Declaration
[JsonProperty("amountInMicros")]
public virtual double? AmountInMicros { get; set; }
Property Value
Type Description
double?

CurrencyCode

Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
Type Description
string

ReleaseNumber

Declaration
[JsonProperty("releaseNumber")]
public virtual string ReleaseNumber { get; set; }
Property Value
Type Description
string

ReleaseTime

Declaration
[JsonProperty("releaseTime")]
public virtual string ReleaseTime { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX