API reference
API reference
Select your platform
No SDKs available
No versions available

Product

Updated: May 13, 2025

Product

data class Product(val id: String, val offerToken: String, val type: String)
Details about a product being purchased.

Constructors

NameSummary
Product
constructor(id: String, offerToken: String, type: String)

Properties

NameSummary
id
val id: String
The id of the product being purchased.
offerToken
val offerToken: String
The id of the product being purchased.
type
val type: String
The BillingClient.ProductType of the product being purchased
Did you find this page helpful?
Thumbs up icon
Thumbs down icon