GoogleCloudPaymentsResellerSubscriptionV1Product constructor
GoogleCloudPaymentsResellerSubscriptionV1Product({
- ProductBundleDetails? bundleDetails,
- GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails? finiteBillingCycleDetails,
- String? name,
- List<
GoogleCloudPaymentsResellerSubscriptionV1ProductPriceConfig> ? priceConfigs, - String? productType,
- List<
String> ? regionCodes, - GoogleCloudPaymentsResellerSubscriptionV1Duration? subscriptionBillingCycleDuration,
- List<
GoogleTypeLocalizedText> ? titles,
Implementation
GoogleCloudPaymentsResellerSubscriptionV1Product({
this.bundleDetails,
this.finiteBillingCycleDetails,
this.name,
this.priceConfigs,
this.productType,
this.regionCodes,
this.subscriptionBillingCycleDuration,
this.titles,
});