Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse

import type { GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";

Response that contains the timestamps after the extension.

interface GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse {
cycleEndTime?: Date;
freeTrialEndTime?: Date;
readonly renewalTime?: Date;
}

§Properties

§
cycleEndTime?: Date
[src]

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"

§
freeTrialEndTime?: Date
[src]

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.

§
readonly renewalTime?: Date
[src]

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"