project
androidJvm
purchases
/
com.revenuecat.purchases.customercenter
/
CustomerCenterConfigData
/
HelpPath
/
PathDetail
/
FeedbackSurvey
/
Option
Option
@
Serializable
data
class
Option
(
val
id
:
String
,
val
title
:
String
,
val
promotionalOffer
:
CustomerCenterConfigData.HelpPath.PathDetail.PromotionalOffer
?
=
null
)
Members
Constructors
Option
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
promotionalOffer
:
CustomerCenterConfigData.HelpPath.PathDetail.PromotionalOffer
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
promotional
Offer
Link copied to clipboard
val
promotionalOffer
:
CustomerCenterConfigData.HelpPath.PathDetail.PromotionalOffer
?
=
null
title
Link copied to clipboard
val
title
:
String