project
androidJvm
purchases
/
com.revenuecat.purchases.paywalls
/
PaywallData
/
LocalizedConfiguration
/
OfferOverride
Offer
Override
@
Serializable
data
class
OfferOverride
(
val
offerName
:
String
,
val
offerDetails
:
String
,
val
offerDetailsWithIntroOffer
:
String
?
=
null
,
val
offerDetailsWithMultipleIntroOffers
:
String
?
=
null
,
val
offerBadge
:
String
?
=
null
)
Members
Constructors
Offer
Override
Link copied to clipboard
constructor
(
offerName
:
String
,
offerDetails
:
String
,
offerDetailsWithIntroOffer
:
String
?
=
null
,
offerDetailsWithMultipleIntroOffers
:
String
?
=
null
,
offerBadge
:
String
?
=
null
)
Properties
offer
Badge
Link copied to clipboard
@
Serializable
(
with
=
EmptyStringToNullSerializer::class
)
val
offerBadge
:
String
?
=
null
offer
Details
Link copied to clipboard
val
offerDetails
:
String
offer
Details
With
Intro
Offer
Link copied to clipboard
@
Serializable
(
with
=
EmptyStringToNullSerializer::class
)
val
offerDetailsWithIntroOffer
:
String
?
=
null
offer
Details
With
Multiple
Intro
Offers
Link copied to clipboard
@
Serializable
(
with
=
EmptyStringToNullSerializer::class
)
val
offerDetailsWithMultipleIntroOffers
:
String
?
=
null
offer
Name
Link copied to clipboard
val
offerName
:
String