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

SubscriptionsListOptions

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

Additional options for Reseller#subscriptionsList.

interface SubscriptionsListOptions {
customerAuthToken?: string;
customerId?: string;
customerNamePrefix?: string;
maxResults?: number;
pageToken?: string;
}

§Properties

§
customerAuthToken?: string
[src]

The customerAuthToken query string is required when creating a resold account that transfers a direct customer's subscription or transfers another reseller customer's subscription to your reseller management. This is a hexadecimal authentication token needed to complete the subscription transfer. For more information, see the administrator help center.

§
customerId?: string
[src]

This can be either the customer's primary domain name or the customer's unique identifier. If the domain name for a customer changes, the old domain name cannot be used to access the customer, but the customer's unique identifier (as returned by the API) can always be used. We recommend storing the unique identifier in your systems where applicable.

§
customerNamePrefix?: string
[src]

When retrieving all of your subscriptions and filtering for specific customers, you can enter a prefix for a customer name. Using an example customer group that includes exam.com, example20.com and example.com:

  • exa -- Returns all customer names that start with 'exa' which could include exam.com, example20.com, and example.com. A name prefix is similar to using a regular expression's asterisk, exa*. - example -- Returns example20.com and example.com.
§
maxResults?: number
[src]

When retrieving a large list, the maxResults is the maximum number of results per page. The nextPageToken value takes you to the next page. The default is 20.

§
pageToken?: string
[src]

Token to specify next page in the list