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

GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequestLineItemEntitlementDetails

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

The details of the line item to be entitled.

interface GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequestLineItemEntitlementDetails {
lineItemIndex?: number;
products?: string[];
}

§Properties

§
lineItemIndex?: number
[src]

Required. The index of the line item to be entitled.

§
products?: string[]
[src]

Optional. Only applicable if the line item corresponds to a hard bundle. Product resource names that identify the bundle elements to be entitled in the line item. If unspecified, all bundle elements will be entitled. The format is 'partners/{partner_id}/products/{product_id}'.