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

PartnersSubscriptionsCreateOptions

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

Additional options for PaymentsResellerSubscription#partnersSubscriptionsCreate.

interface PartnersSubscriptionsCreateOptions {
subscriptionId?: string;
}

§Properties

§
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 with the same ID already exists, the creation fails with an ALREADY_EXISTS error.