ProductPurchaseV2 constructor

ProductPurchaseV2({
  1. String? acknowledgementState,
  2. String? kind,
  3. String? obfuscatedExternalAccountId,
  4. String? obfuscatedExternalProfileId,
  5. String? orderId,
  6. List<ProductLineItem>? productLineItem,
  7. String? purchaseCompletionTime,
  8. PurchaseStateContext? purchaseStateContext,
  9. String? regionCode,
  10. TestPurchaseContext? testPurchaseContext,
})

Implementation

ProductPurchaseV2({
  this.acknowledgementState,
  this.kind,
  this.obfuscatedExternalAccountId,
  this.obfuscatedExternalProfileId,
  this.orderId,
  this.productLineItem,
  this.purchaseCompletionTime,
  this.purchaseStateContext,
  this.regionCode,
  this.testPurchaseContext,
});