GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec constructor
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec({
- GoogleCloudPaymentsResellerSubscriptionV1Duration? freeTrialDuration,
- GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails? introductoryPricingDetails,
- String? promotion,
- String? type,
Implementation
GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec({
this.freeTrialDuration,
this.introductoryPricingDetails,
this.promotion,
this.type,
});