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

AccountsCustomersQueryEligibleBillingAccountsOptions

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

Additional options for CloudChannel#accountsCustomersQueryEligibleBillingAccounts.

interface AccountsCustomersQueryEligibleBillingAccountsOptions {
skus?: string;
}

§Properties

§
skus?: string
[src]

Required. List of SKUs to list eligible billing accounts for. At least one SKU is required. Format: products/{product_id}/skus/{sku_id}.