DeactivateOneTimeProductOfferRequest constructor

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

Implementation

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