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

SubscriptionsDeleteOptions

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

Additional options for Reseller#subscriptionsDelete.

interface SubscriptionsDeleteOptions {
deletionType: "deletion_type_undefined" | "cancel" | "transfer_to_direct";
}

§Properties

§
deletionType: "deletion_type_undefined" | "cancel" | "transfer_to_direct"
[src]

The deletionType query string enables the cancellation, downgrade, or suspension of a subscription.