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

GoogleCloudChannelV1PricePhase

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

Specifies the price by the duration of months. For example, a 20% discount for the first six months, then a 10% discount starting on the seventh month.

interface GoogleCloudChannelV1PricePhase {
firstPeriod?: number;
lastPeriod?: number;
periodType?:
| "PERIOD_TYPE_UNSPECIFIED"
| "DAY"
| "MONTH"
| "YEAR";
}

§Properties

§
firstPeriod?: number
[src]

Defines first period for the phase.

§
lastPeriod?: number
[src]

Defines first period for the phase.

§
periodType?: "PERIOD_TYPE_UNSPECIFIED" | "DAY" | "MONTH" | "YEAR"
[src]

Defines the phase period type.

§

Price of the phase. Present if there are no price tiers.

§

Price by the resource tiers.