twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
eventsub
/
io.github.captnblubber.twitchkt.eventsub.model
/
CurrencyAmount
Currency
Amount
@
Serializable
data
class
CurrencyAmount
(
val
value
:
Int
=
0
,
val
decimalPlaces
:
Int
=
0
,
val
currency
:
String
=
""
)
Members
Constructors
Currency
Amount
Link copied to clipboard
constructor
(
value
:
Int
=
0
,
decimalPlaces
:
Int
=
0
,
currency
:
String
=
""
)
Properties
currency
Link copied to clipboard
val
currency
:
String
decimal
Places
Link copied to clipboard
@
SerialName
(
value
=
"decimal_places"
)
val
decimalPlaces
:
Int
value
Link copied to clipboard
val
value
:
Int