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

EntitleSubscriptionIntent

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

Intent for entitling the previously provisioned subscription to an end user.

interface EntitleSubscriptionIntent {
name?: string;
}

§Properties

§
name?: string
[src]

Required. The name of the subscription resource that is entitled to the current end user. It is in the format of "partners/{partner_id}/subscriptions/{subscriptionId}".