Show / Hide Table of Contents

Class ExtendSubscriptionResponse

Response that contains the timestamps after the extension.

Inheritance
object
ExtendSubscriptionResponse
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.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class ExtendSubscriptionResponse : IDirectResponseSchema

Properties

CycleEndTime

object representation of CycleEndTimeRaw.

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

CycleEndTimeDateTimeOffset

DateTimeOffset representation of CycleEndTimeRaw.

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

CycleEndTimeRaw

The time at which the subscription is expected to be extended, in ISO 8061 format. UTC timezone. Example, "cycleEndTime":"2019-08-31T17:28:54.564Z"

Declaration
[JsonProperty("cycleEndTime")]
public virtual string CycleEndTimeRaw { 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

FreeTrialEndTime

object representation of FreeTrialEndTimeRaw.

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

FreeTrialEndTimeDateTimeOffset

DateTimeOffset representation of FreeTrialEndTimeRaw.

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

FreeTrialEndTimeRaw

End of the free trial period, in ISO 8061 format. UTC timezone. Example, "freeTrialEndTime":"2019-08-31T17:28:54.564Z" This time will be set the same as initial subscription creation time if no free trial period is offered to the partner.

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

RenewalTime

object representation of RenewalTimeRaw.

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

RenewalTimeDateTimeOffset

DateTimeOffset representation of RenewalTimeRaw.

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

RenewalTimeRaw

Output only. The time at which the subscription is expected to be renewed by Google - a new charge will be incurred and the service entitlement will be renewed. A non-immediate cancellation will take place at this time too, before which, the service entitlement for the end user will remain valid. UTC timezone in ISO 8061 format. For example: "2019-08-31T17:28:54.564Z"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX