Superwall Android SDK
Toggle table of contents
0.0.0-docs
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Superwall Android SDK
Superwall Android SDK
/
com.superwall.sdk.models.product
/
PaddleProduct
Paddle
Product
androidJvm
@
Serializable
data
class
PaddleProduct
(
val
store
:
Store
=
Store.PADDLE
,
val
environment
:
String
,
val
productIdentifier
:
String
,
val
trialDays
:
Int
?
=
null
)
(
source
)
Members
Constructors
Paddle
Product
Link copied to clipboard
androidJvm
constructor
(
store
:
Store
=
Store.PADDLE
,
environment
:
String
,
productIdentifier
:
String
,
trialDays
:
Int
?
=
null
)
Properties
environment
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"environment"
)
val
environment
:
String
full
Identifier
Link copied to clipboard
androidJvm
val
fullIdentifier
:
String
product
Identifier
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"product_identifier"
)
val
productIdentifier
:
String
store
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"store"
)
val
store
:
Store
trial
Days
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"trial_days"
)
val
trialDays
:
Int
?