SuspendSubscriptionResponse
import type { SuspendSubscriptionResponse } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Response that contains the suspended subscription.
interface SuspendSubscriptionResponse {
subscription?: Subscription;
}§Properties
§
subscription?: Subscription
[src]The suspended subscription resource.