PromotionIntroductoryPricingDetailsIntroductoryPricingSpec
import type { PromotionIntroductoryPricingDetailsIntroductoryPricingSpec } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
The duration of an introductory pricing promotion.
interface PromotionIntroductoryPricingDetailsIntroductoryPricingSpec {
readonly discountAmount?: Amount;
readonly discountRatioMicros?: bigint;
readonly recurrenceCount?: number;
readonly regionCode?: string;
}