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;
}