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

GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec

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

The duration of an introductory pricing promotion.

interface GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec {
readonly discountRatioMicros?: bigint;
readonly recurrenceCount?: number;
readonly regionCode?: string;
}

§Properties

§

Output only. The discount amount. The value is positive.

§
readonly discountRatioMicros?: bigint
[src]

Output only. The discount percentage in micros. For example, 50,000 represents 5%.

§
readonly recurrenceCount?: number
[src]

Output only. Output Only. The duration of an introductory offer in billing cycles.

§
readonly regionCode?: string
[src]

Output only. 2-letter ISO region code where the product is available in. Ex. "US".