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

PartnersSubscriptionsProvisionOptions

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

Additional options for PaymentsResellerSubscription#partnersSubscriptionsProvision.

interface PartnersSubscriptionsProvisionOptions {
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 was previously created with the same subscription_id, we will directly return that one.