Package-level declarations

Types

Link copied to clipboard
data class BillingInfo(val info: SubscriptionInfo, val packages: List<RevenueCatPackage>, val products: List<Product>)
Link copied to clipboard
data class Product(val isMonthly: Boolean, val price: String, val priceConversion: String?, val saveAmount: String?, val storeProduct: RevenueCatStoreProduct)
Link copied to clipboard
actual typealias RevenueCatPackage = Package
typealias RevenueCatPackage = Package
actual class RevenueCatPackage
expect class RevenueCatPackage
Link copied to clipboard
actual typealias RevenueCatStoreProduct = StoreProduct
typealias RevenueCatStoreProduct = StoreProduct
actual interface RevenueCatStoreProduct
expect interface RevenueCatStoreProduct
Link copied to clipboard
data class SubscriptionInfo(val renewalType: SubscriptionsType, val expireDate: String, val promotional: Boolean, val state: SubscriptionState, val managementUrl: String?)
Link copied to clipboard
Link copied to clipboard