Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.order
/
OrderResponse
/
Price
Price
data
class
Price
(
val
amount
:
String
?
=
null
,
val
amountWithoutDiscount
:
String
?
=
null
,
val
currency
:
String
?
=
null
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Price
Link copied to clipboard
fun
Price
(
amount
:
String
?
=
null
,
amountWithoutDiscount
:
String
?
=
null
,
currency
:
String
?
=
null
)
Content copied to clipboard
Properties
amount
Link copied to clipboard
val
amount
:
String
?
=
null
Content copied to clipboard
amount
Without
Discount
Link copied to clipboard
@
SerializedName
(
value
=
"amount_without_discount"
)
val
amountWithoutDiscount
:
String
?
=
null
Content copied to clipboard
currency
Link copied to clipboard
val
currency
:
String
?
=
null
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard