Class Series.SeriesData.SeriesSubscriptionReleaseInfoData.CurrentReleaseInfoData
Inheritance
Series.SeriesData.SeriesSubscriptionReleaseInfoData.CurrentReleaseInfoData
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Series.SeriesData.SeriesSubscriptionReleaseInfoData.CurrentReleaseInfoData
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
ReleaseNumber
Declaration
[JsonProperty("releaseNumber")]
public virtual string ReleaseNumber { get; set; }
Property Value
ReleaseTime
Declaration
[JsonProperty("releaseTime")]
public virtual string ReleaseTime { get; set; }
Property Value