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

IntentPayload

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

The payload that describes the user intent.

interface IntentPayload {
createIntent?: CreateSubscriptionIntent;
entitleIntent?: EntitleSubscriptionIntent;
}

§Properties

§

The request to create a subscription.

§

The request to entitle a subscription.