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

CancelSubscriptionResponse

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

Response that contains the cancelled subscription resource.

interface CancelSubscriptionResponse {
subscription?: Subscription;
}

§Properties

§
subscription?: Subscription
[src]

The cancelled subscription resource.