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
30 lines • 1.37 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @deprecated
*/
class SkuDetails {
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