Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.items
/
ValuesAttributes
Values
Attributes
data
class
ValuesAttributes
(
val
externalId
:
String
?
=
null
,
val
value
:
String
?
=
null
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Sources
Constructors
Values
Attributes
Link copied to clipboard
fun
ValuesAttributes
(
externalId
:
String
?
=
null
,
value
:
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
external
Id
Link copied to clipboard
@
SerializedName
(
value
=
"external_id"
)
val
externalId
:
String
?
=
null
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
?
=
null
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard