GoogleCloudPaymentsResellerSubscriptionV1Product constructor

GoogleCloudPaymentsResellerSubscriptionV1Product({
  1. ProductBundleDetails? bundleDetails,
  2. GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails? finiteBillingCycleDetails,
  3. String? name,
  4. List<GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig>? priceConfigs,
  5. String? productType,
  6. List<String>? regionCodes,
  7. GoogleCloudPaymentsResellerSubscriptionV1Duration? subscriptionBillingCycleDuration,
  8. List<GoogleTypeLocalizedText>? titles,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1Product({
  this.bundleDetails,
  this.finiteBillingCycleDetails,
  this.name,
  this.priceConfigs,
  this.productType,
  this.regionCodes,
  this.subscriptionBillingCycleDuration,
  this.titles,
});