toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-pay
/
com.jeluchu.pay.revenuecat.models
/
Product
Product
data
class
Product
(
val
isMonthly
:
Boolean
,
val
price
:
String
,
val
priceConversion
:
String
?
,
val
saveAmount
:
String
?
,
val
storeProduct
:
StoreProduct
)
Members
Constructors
Product
Link copied to clipboard
constructor
(
isMonthly
:
Boolean
,
price
:
String
,
priceConversion
:
String
?
,
saveAmount
:
String
?
,
storeProduct
:
StoreProduct
)
Properties
is
Monthly
Link copied to clipboard
val
isMonthly
:
Boolean
price
Link copied to clipboard
val
price
:
String
price
Conversion
Link copied to clipboard
val
priceConversion
:
String
?
save
Amount
Link copied to clipboard
val
saveAmount
:
String
?
store
Product
Link copied to clipboard
val
storeProduct
:
StoreProduct