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