GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec constructor

GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec({
  1. GoogleCloudPaymentsResellerSubscriptionV1Duration? freeTrialDuration,
  2. GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails? introductoryPricingDetails,
  3. String? promotion,
  4. String? type,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec({
  this.freeTrialDuration,
  this.introductoryPricingDetails,
  this.promotion,
  this.type,
});