Class PreorderOfferDetails
Offer details information related to a preorder line item.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PreorderOfferDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreorderReleaseTime
object representation of PreorderReleaseTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PreorderReleaseTimeDateTimeOffset instead.")]
public virtual object PreorderReleaseTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
PreorderReleaseTimeDateTimeOffset
DateTimeOffset representation of PreorderReleaseTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? PreorderReleaseTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
PreorderReleaseTimeRaw
The time when a preordered item is released for a preorder purchase.
Declaration
[JsonProperty("preorderReleaseTime")]
public virtual string PreorderReleaseTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |