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

GoogleCloudChannelV1SkuPurchaseGroup

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

Represents a set of SKUs that must be purchased using the same billing account.

interface GoogleCloudChannelV1SkuPurchaseGroup {
billingAccountPurchaseInfos?: GoogleCloudChannelV1BillingAccountPurchaseInfo[];
skus?: string[];
}

§Properties

§

List of billing accounts that are eligible to purhcase these SKUs.

§
skus?: string[]
[src]

Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.