GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec constructor
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec({
- GoogleCloudPaymentsResellerSubscriptionV1Amount? discountAmount,
- String? discountRatioMicros,
- int? recurrenceCount,
- String? regionCode,
Implementation
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec({
this.discountAmount,
this.discountRatioMicros,
this.recurrenceCount,
this.regionCode,
});