ReceiptInfo constructor

ReceiptInfo({
  1. String? cancellationDate,
  2. String? cancellationDateMs,
  3. String? cancellationDatePst,
  4. String? cancellationReason,
  5. String? quantity,
  6. String? productId,
  7. String? transactionId,
  8. String? originalTransactionId,
  9. String? purchaseDate,
  10. String? purchaseDateMs,
  11. String? purchaseDatePst,
  12. String? originalPurchaseDate,
  13. String? originalPurchaseDateMs,
  14. String? originalPurchaseDatePst,
  15. String? expiresDate,
  16. String? expiresDateMs,
  17. String? expiresDatePst,
  18. String? webOrderLineItemId,
  19. String? isTrialPeriod,
  20. String? isInIntroOfferPeriod,
  21. String? inAppOwnershipType,
  22. String? subscriptionGroupIdentifier,
})

Implementation

ReceiptInfo({
  this.cancellationDate,
  this.cancellationDateMs,
  this.cancellationDatePst,
  this.cancellationReason,
  this.quantity,
  this.productId,
  this.transactionId,
  this.originalTransactionId,
  this.purchaseDate,
  this.purchaseDateMs,
  this.purchaseDatePst,
  this.originalPurchaseDate,
  this.originalPurchaseDateMs,
  this.originalPurchaseDatePst,
  this.expiresDate,
  this.expiresDateMs,
  this.expiresDatePst,
  this.webOrderLineItemId,
  this.isTrialPeriod,
  this.isInIntroOfferPeriod,
  this.inAppOwnershipType,
  this.subscriptionGroupIdentifier,
});