ActivateSubscriptionOfferRequest constructor

ActivateSubscriptionOfferRequest({
  1. String? basePlanId,
  2. String? latencyTolerance,
  3. String? offerId,
  4. String? packageName,
  5. String? productId,
})

Implementation

ActivateSubscriptionOfferRequest({
  this.basePlanId,
  this.latencyTolerance,
  this.offerId,
  this.packageName,
  this.productId,
});