UNPKG

cordova-plugin-qonversion

Version:
50 lines (49 loc) 1.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SkuDetails = void 0; /** * @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.SkuDetails = SkuDetails;