ProductBundleDetails constructor

ProductBundleDetails({
  1. List<GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement>? bundleElements,
  2. String? entitlementMode,
})

Implementation

ProductBundleDetails({
  this.bundleElements,
  this.entitlementMode,
});