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

GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement

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

The individual product that is included in the bundle.

interface GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement {
readonly product?: string;
}

§Properties

§
readonly product?: string
[src]

Required. Output only. Product resource name that identifies the bundle element. The format is 'partners/{partner_id}/products/{product_id}'.