SubscriptionLineItemBundleDetailsBundleElementDetails constructor

SubscriptionLineItemBundleDetailsBundleElementDetails({
  1. String? product,
  2. String? userAccountLinkedTime,
})

Implementation

SubscriptionLineItemBundleDetailsBundleElementDetails({
  this.product,
  this.userAccountLinkedTime,
});