project
androidJvm
purchases
/
com.revenuecat.purchases.customercenter
/
CustomerCenterConfigData
/
HelpPath
/
PathDetail
/
PromotionalOffer
Promotional
Offer
@
Serializable
data
class
PromotionalOffer
(
val
androidOfferId
:
String
,
val
eligible
:
Boolean
,
val
title
:
String
,
val
subtitle
:
String
)
:
CustomerCenterConfigData.HelpPath.PathDetail
Members
Constructors
Promotional
Offer
Link copied to clipboard
constructor
(
androidOfferId
:
String
,
eligible
:
Boolean
,
title
:
String
,
subtitle
:
String
)
Properties
android
Offer
Id
Link copied to clipboard
val
androidOfferId
:
String
eligible
Link copied to clipboard
val
eligible
:
Boolean
subtitle
Link copied to clipboard
val
subtitle
:
String
title
Link copied to clipboard
val
title
:
String