GlassfyPurchaseHistory constructor
GlassfyPurchaseHistory(
- String? offeringId,
- String? productId,
- String? skuId,
- GlassfyEventType? type,
- GlassfyStore? store,
- DateTime? purchaseDate,
- DateTime? expireDate,
- String? transactionId,
- String? subscriberId,
- String? currencyCode,
- String? countryCode,
- bool? isInIntroOfferPeriod,
- String? promotionalOfferId,
- String? offerCodeRefName,
- String? licenseCode,
- 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);