Package com. revenuecat. purchases. models
Types
ProductDetails
Link copied to clipboard
class ProductDetails(sku: String, type: ProductType, price: String, priceAmountMicros: Long, priceCurrencyCode: String, originalPrice: String?, originalPriceAmountMicros: Long, title: String, description: String, subscriptionPeriod: String?, freeTrialPeriod: String?, introductoryPrice: String?, introductoryPriceAmountMicros: Long, introductoryPricePeriod: String?, introductoryPriceCycles: Int, iconUrl: String, originalJson: JSONObject) : Parcelable
Content copied to clipboard
PurchaseDetails
Link copied to clipboard
data class PurchaseDetails(orderId: String?, skus: List<String>, type: ProductType, purchaseTime: Long, purchaseToken: String, purchaseState: RevenueCatPurchaseState, isAutoRenewing: Boolean?, signature: String?, originalJson: JSONObject, presentedOfferingIdentifier: String?, storeUserID: String?, purchaseType: PurchaseType) : Parcelable
Content copied to clipboard
PurchaseType
Link copied to clipboard
RevenueCatPurchaseState
Link copied to clipboard
Transaction
Link copied to clipboard
data class Transaction(revenuecatId: String, productId: String, purchaseDate: Date) : Parcelable
Content copied to clipboard
Properties
skuDetails
Link copied to clipboard