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

Subscriptions

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

A subscription manages the relationship of a Google customer's payment plan with a product's SKU, user licenses, 30-day free trial status, and renewal options. A primary role of a reseller is to manage the Google customer's subscriptions.

interface Subscriptions {
kind?: string;
nextPageToken?: string;
subscriptions?: Subscription[];
}

§Properties

§
kind?: string
[src]

Identifies the resource as a collection of subscriptions. Value: reseller#subscriptions

§
nextPageToken?: string
[src]

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

§
subscriptions?: Subscription[]
[src]

The subscriptions in this page of results.