Show / Hide Table of Contents

Class PreorderOfferDetails

Offer details information related to a preorder line item.

Inheritance
object
PreorderOfferDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX