SubscriptionPromotionSpec
import type { SubscriptionPromotionSpec } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Describes the spec for one promotion.
interface SubscriptionPromotionSpec {
readonly freeTrialDuration?: Duration;
readonly introductoryPricingDetails?: PromotionIntroductoryPricingDetails;
promotion?: string;
readonly type?: "PROMOTION_TYPE_UNSPECIFIED" | "PROMOTION_TYPE_FREE_TRIAL" | "PROMOTION_TYPE_INTRODUCTORY_PRICING";
}§Properties
§
readonly introductoryPricingDetails?: PromotionIntroductoryPricingDetails
[src]Output only. The details of the introductory pricing spec if the promotion is of type INTRODUCTORY_PRICING.