Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent

import type { GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";

Intent message for creating a Subscription resource.

interface GoogleCloudPaymentsResellerSubscriptionV1CreateSubscriptionIntent {
parent?: string;
subscriptionId?: string;
}

§Properties

§
parent?: string
[src]

Required. The parent resource name, which is the identifier of the partner.

§

Required. The Subscription to be created.

§
subscriptionId?: string
[src]

Required. Identifies the subscription resource on the Partner side. The value is restricted to 63 ASCII characters at the maximum. If a subscription was previously created with the same subscription_id, we will directly return that one.