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

CustomersInsertOptions

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

Additional options for Reseller#customersInsert.

interface CustomersInsertOptions {
customerAuthToken?: 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.