GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec constructor

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

Implementation

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