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

Extension

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

Describes the details of an extension request.

interface Extension {
duration?: Duration;
partnerUserToken?: string;
}

§Properties

§
duration?: Duration
[src]

Required. Specifies the period of access the subscription should grant.

§
partnerUserToken?: string
[src]

Required. Identifier of the end-user in partner’s system.