Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.common
/
Content
Content
data
class
Content
(
val
sku
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
,
val
quantity
:
String
?
=
null
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Sources
Constructors
Content
Link copied to clipboard
fun
Content
(
sku
:
String
?
=
null
,
name
:
String
?
=
null
,
type
:
String
?
=
null
,
description
:
String
?
=
null
,
imageUrl
:
String
?
=
null
,
quantity
:
String
?
=
null
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
Content copied to clipboard
image
Url
Link copied to clipboard
@
SerializedName
(
value
=
"image_url"
)
val
imageUrl
:
String
?
=
null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
=
null
Content copied to clipboard
quantity
Link copied to clipboard
val
quantity
:
String
?
=
null
Content copied to clipboard
sku
Link copied to clipboard
val
sku
:
String
?
=
null
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
?
=
null
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard