Class PrepaidPlan
Information related to a prepaid plan.
Implements
Inherited Members
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 |