Show / Hide Table of Contents

Class PrepaidPlan

Information related to a prepaid plan.

Inheritance
object
PrepaidPlan
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 PrepaidPlan : IDirectResponseSchema

Properties

AllowExtendAfterTime

object representation of AllowExtendAfterTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AllowExtendAfterTimeDateTimeOffset instead.")]
public virtual object AllowExtendAfterTime { get; set; }
Property Value
Type Description
object

AllowExtendAfterTimeDateTimeOffset

DateTimeOffset representation of AllowExtendAfterTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? AllowExtendAfterTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

AllowExtendAfterTimeRaw

If present, this is the time after which top up purchases are allowed for the prepaid plan. Will not be present for expired prepaid plans.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX