GooglePurchasingData  
    Types
Link copied to clipboard
                  data class InAppProduct(val productId: String, val productDetails: ProductDetails) : GooglePurchasingData
Link copied to clipboard
                  data class Subscription(val productId: String, val optionId: String, val productDetails: ProductDetails, val token: String) : GooglePurchasingData