project
androidJvm
purchases
/
com.revenuecat.purchases.models
/
GooglePurchasingData
/
Subscription
Subscription
data
class
Subscription
(
val
productId
:
String
,
val
optionId
:
String
,
val
productDetails
:
ProductDetails
,
val
token
:
String
)
:
GooglePurchasingData
Members
Constructors
Subscription
Link copied to clipboard
constructor
(
productId
:
String
,
optionId
:
String
,
productDetails
:
ProductDetails
,
token
:
String
)
Properties
option
Id
Link copied to clipboard
val
optionId
:
String
product
Details
Link copied to clipboard
val
productDetails
:
ProductDetails
product
Id
Link copied to clipboard
open
override
val
productId
:
String
product
Type
Link copied to clipboard
open
override
val
productType
:
ProductType
token
Link copied to clipboard
val
token
:
String