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