GetOneTimeProductOfferRequest constructor

GetOneTimeProductOfferRequest({
  1. String? offerId,
  2. String? packageName,
  3. String? productId,
  4. String? purchaseOptionId,
})

Implementation

GetOneTimeProductOfferRequest({
  this.offerId,
  this.packageName,
  this.productId,
  this.purchaseOptionId,
});