Store Product
data class StoreProduct( val sku: String, val type: ProductType, val price: String, val priceAmountMicros: Long, val priceCurrencyCode: String, val originalPrice: String?, val originalPriceAmountMicros: Long, val title: String, val description: String, val subscriptionPeriod: String?, val freeTrialPeriod: String?, val introductoryPrice: String?, val introductoryPriceAmountMicros: Long, val introductoryPricePeriod: String?, val introductoryPriceCycles: Int, val iconUrl: String, val originalJson: JSONObject) : Parcelable
Content copied to clipboard
Represents an in-app product's or subscription's listing details.
Constructors
Link copied to clipboard
fun StoreProduct( 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)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
Link copied to clipboard