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

GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest

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

Request message for extending a Subscription resource. A new recurrence will be made based on the subscription schedule defined by the original product.

interface GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest {
requestId?: string;
}

§Properties

§

Required. Specifies details of the extension. Currently, the duration of the extension must be exactly one billing cycle of the original subscription.

§
requestId?: string
[src]

Required. Restricted to 36 ASCII characters. A random UUID is recommended. The idempotency key for the request. The ID generation logic is controlled by the partner. request_id should be the same as on retries of the same request. A different request_id must be used for a extension of a different cycle.