GooglePurchasingData

Types

Link copied to clipboard
class InAppProduct(val productId: String, val productDetails: ProductDetails) : GooglePurchasingData
Link copied to clipboard
class Subscription constructor(val productId: String, val optionId: String, val productDetails: ProductDetails, val token: String, val billingPeriod: Period? = null, val addOnProducts: List<GooglePurchasingData>? = null) : GooglePurchasingData

Properties

Link copied to clipboard
abstract val productId: String
Link copied to clipboard
open override val productType: ProductType