GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent
import type { GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Intent message for creating a Subscription resource.
interface GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent {
parent?: string;
subscription?: GoogleCloudPaymentsResellerSubscriptionV1Subscription;
subscriptionId?: string;
}§Properties
§
subscription?: GoogleCloudPaymentsResellerSubscriptionV1Subscription
[src]Required. The Subscription to be created.