getPurchaseItem

open fun getPurchaseItem(productId: String): PurchaseItem

Gets the PurchaseItem configuration for a product ID.

Return

The PurchaseItem or null if not found.

Parameters

productId

The product ID to look up.