IntroductoryPriceInfo constructor

IntroductoryPriceInfo({
  1. String? introductoryPriceAmountMicros,
  2. String? introductoryPriceCurrencyCode,
  3. int? introductoryPriceCycles,
  4. String? introductoryPricePeriod,
})

Implementation

IntroductoryPriceInfo({
  this.introductoryPriceAmountMicros,
  this.introductoryPriceCurrencyCode,
  this.introductoryPriceCycles,
  this.introductoryPricePeriod,
});