GetSubscriptionOfferRequest constructor

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

Implementation

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