getPriceWithoutCurrency

open fun getPriceWithoutCurrency(productId: String, typeIAP: Int): Double

Raw numeric price (currency unit, not micros) — useful for analytics events that expect a double amount.

Return

Price as a double (e.g. 9.99), or 0.0 if details have not been loaded.

Parameters

productId

Play product id.