UNPKG

react-native-qonversion

Version:

Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and co

49 lines 1.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @deprecated */ class SkuDetails { description; freeTrialPeriod; iconUrl; introductoryPrice; introductoryPriceAmountMicros; introductoryPriceCycles; introductoryPricePeriod; originalJson; originalPrice; originalPriceAmountMicros; price; priceAmountMicros; priceCurrencyCode; sku; subscriptionPeriod; title; type; hashCode; toString; constructor(description, freeTrialPeriod, iconUrl, introductoryPrice, introductoryPriceAmountMicros, introductoryPriceCycles, introductoryPricePeriod, originalJson, originalPrice, originalPriceAmountMicros, price, priceAmountMicros, priceCurrencyCode, sku, subscriptionPeriod, title, type, hashCode, toString) { this.description = description; this.freeTrialPeriod = freeTrialPeriod; this.iconUrl = iconUrl; this.introductoryPrice = introductoryPrice; this.introductoryPriceAmountMicros = introductoryPriceAmountMicros; this.introductoryPriceCycles = introductoryPriceCycles; this.introductoryPricePeriod = introductoryPricePeriod; this.originalJson = originalJson; this.originalPrice = originalPrice; this.originalPriceAmountMicros = originalPriceAmountMicros; this.price = price; this.priceAmountMicros = priceAmountMicros; this.priceCurrencyCode = priceCurrencyCode; this.sku = sku; this.subscriptionPeriod = subscriptionPeriod; this.title = title; this.type = type; this.hashCode = hashCode; this.toString = toString; } } exports.default = SkuDetails; //# sourceMappingURL=SkuDetails.js.map