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