Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.response.common
/
IPrice
IPrice
interface
IPrice
Content copied to clipboard
Functions
Sources
Inheritors
Functions
get
Amount
Decimal
Link copied to clipboard
abstract
fun
getAmountDecimal
(
)
:
BigDecimal
?
Content copied to clipboard
get
Amount
Raw
Link copied to clipboard
abstract
fun
getAmountRaw
(
)
:
String
?
Content copied to clipboard
get
Amount
Without
Discount
Decimal
Link copied to clipboard
abstract
fun
getAmountWithoutDiscountDecimal
(
)
:
BigDecimal
?
Content copied to clipboard
get
Amount
Without
Discount
Raw
Link copied to clipboard
abstract
fun
getAmountWithoutDiscountRaw
(
)
:
String
?
Content copied to clipboard
get
Currency
Id
Link copied to clipboard
abstract
fun
getCurrencyId
(
)
:
String
?
Content copied to clipboard
get
Currency
Name
Link copied to clipboard
abstract
fun
getCurrencyName
(
)
:
String
?
Content copied to clipboard
Inheritors
Price
Link copied to clipboard
VirtualPrice
Link copied to clipboard
Sources
Store SDK source
Link copied to clipboard