ActivatePurchaseOptionRequest constructor

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

Implementation

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