PromotionIntroductoryPricingDetailsIntroductoryPricingSpec constructor

PromotionIntroductoryPricingDetailsIntroductoryPricingSpec({
  1. Amount? discountAmount,
  2. String? discountRatioMicros,
  3. int? recurrenceCount,
  4. String? regionCode,
})

Implementation

PromotionIntroductoryPricingDetailsIntroductoryPricingSpec({
  this.discountAmount,
  this.discountRatioMicros,
  this.recurrenceCount,
  this.regionCode,
});