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

ProductBundleDetails

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

Details for a bundle product.

interface ProductBundleDetails {
entitlementMode?: "ENTITLEMENT_MODE_UNSPECIFIED" | "ENTITLEMENT_MODE_FULL" | "ENTITLEMENT_MODE_INCREMENTAL";
}

§Properties

§

The individual products that are included in the bundle.

§
entitlementMode?: "ENTITLEMENT_MODE_UNSPECIFIED" | "ENTITLEMENT_MODE_FULL" | "ENTITLEMENT_MODE_INCREMENTAL"
[src]

The entitlement mode of the bundle product.