GlassfyPurchaseHistory constructor

GlassfyPurchaseHistory(
  1. String? offeringId,
  2. String? productId,
  3. String? skuId,
  4. GlassfyEventType? type,
  5. GlassfyStore? store,
  6. DateTime? purchaseDate,
  7. DateTime? expireDate,
  8. String? transactionId,
  9. String? subscriberId,
  10. String? currencyCode,
  11. String? countryCode,
  12. bool? isInIntroOfferPeriod,
  13. String? promotionalOfferId,
  14. String? offerCodeRefName,
  15. String? licenseCode,
  16. String? webOrderLineItemId,
)

Implementation

GlassfyPurchaseHistory(
    this.offeringId,
    this.productId,
    this.skuId,
    this.type,
    this.store,
    this.purchaseDate,
    this.expireDate,
    this.transactionId,
    this.subscriberId,
    this.currencyCode,
    this.countryCode,
    this.isInIntroOfferPeriod,
    this.promotionalOfferId,
    this.offerCodeRefName,
    this.licenseCode,
    this.webOrderLineItemId);