KMPAdapty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
KMPAdapty
adapty
/
com.adapty.kmp.models
/
AdaptyPaywallProductReference
Adapty
Paywall
Product
Reference
data
class
AdaptyPaywallProductReference
(
val
vendorId
:
String
,
adaptyProductId
:
String
,
val
promotionalOfferId
:
String
?
=
null
,
val
winBackOfferId
:
String
?
=
null
,
val
basePlanId
:
String
?
=
null
,
val
offerId
:
String
?
=
null
)
Members
Constructors
Adapty
Paywall
Product
Reference
Link copied to clipboard
constructor
(
vendorId
:
String
,
adaptyProductId
:
String
,
promotionalOfferId
:
String
?
=
null
,
winBackOfferId
:
String
?
=
null
,
basePlanId
:
String
?
=
null
,
offerId
:
String
?
=
null
)
Properties
base
Plan
Id
Link copied to clipboard
val
basePlanId
:
String
?
=
null
offer
Id
Link copied to clipboard
val
offerId
:
String
?
=
null
promotional
Offer
Id
Link copied to clipboard
val
promotionalOfferId
:
String
?
=
null
vendor
Id
Link copied to clipboard
val
vendorId
:
String
win
Back
Offer
Id
Link copied to clipboard
val
winBackOfferId
:
String
?
=
null