Class Series.SeriesData.SeriesSubscriptionReleaseInfoData.NextReleaseInfoData
Inheritance
System.Object
Series.SeriesData.SeriesSubscriptionReleaseInfoData.NextReleaseInfoData
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 NextReleaseInfoData
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 |
ReleaseNumber
Declaration
[JsonProperty("releaseNumber")]
public virtual string ReleaseNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReleaseTime
Declaration
[JsonProperty("releaseTime")]
public virtual string ReleaseTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |