AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.llm
/
Price
Price
jvm
@
Serializable
data
class
Price
(
val
amount
:
BigDecimal
,
val
currency
:
Currency
,
val
tokenUnit
:
Int
)
(
source
)
Members
Constructors
Price
Link copied to clipboard
jvm
constructor
(
amount
:
BigDecimal
,
currency
:
Currency
,
tokenUnit
:
Int
)
Properties
amount
Link copied to clipboard
jvm
@
Serializable
(
with
=
BigDecimalSerializer::class
)
val
amount
:
BigDecimal
currency
Link copied to clipboard
jvm
@
Serializable
(
with
=
CurrencySerializer::class
)
val
currency
:
Currency
token
Unit
Link copied to clipboard
jvm
val
tokenUnit
:
Int