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

GoogleCloudChannelV1PriceTier

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

Defines price at resource tier level. For example, an offer with following definition : * Tier 1: Provide 25% discount for all seats between 1 and 25. * Tier 2: Provide 10% discount for all seats between 26 and 100. * Tier 3: Provide flat 15% discount for all seats above 100. Each of these tiers is represented as a PriceTier.

interface GoogleCloudChannelV1PriceTier {
firstResource?: number;
lastResource?: number;
}

§Properties

§
firstResource?: number
[src]

First resource for which the tier price applies.

§
lastResource?: number
[src]

Last resource for which the tier price applies.

§

Price of the tier.