ProductPurchase constructor

ProductPurchase({
  1. int? acknowledgementState,
  2. int? consumptionState,
  3. String? developerPayload,
  4. String? kind,
  5. String? obfuscatedExternalAccountId,
  6. String? obfuscatedExternalProfileId,
  7. String? orderId,
  8. String? productId,
  9. int? purchaseState,
  10. String? purchaseTimeMillis,
  11. String? purchaseToken,
  12. int? purchaseType,
  13. int? quantity,
  14. int? refundableQuantity,
  15. String? regionCode,
})

Implementation

ProductPurchase({
  this.acknowledgementState,
  this.consumptionState,
  this.developerPayload,
  this.kind,
  this.obfuscatedExternalAccountId,
  this.obfuscatedExternalProfileId,
  this.orderId,
  this.productId,
  this.purchaseState,
  this.purchaseTimeMillis,
  this.purchaseToken,
  this.purchaseType,
  this.quantity,
  this.refundableQuantity,
  this.regionCode,
});