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

GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails

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

The details for an element in the hard bundle.

interface GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails {
readonly product?: string;
readonly userAccountLinkedTime?: Date;
}

§Properties

§
readonly product?: string
[src]

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

§
readonly userAccountLinkedTime?: Date
[src]

Output only. The time when this product is linked to an end user.