lib
jvm
lib
/
app.cash.nostrino.model
/
AmountTag
Amount
Tag
jvm
data
class
AmountTag
(
val
amount
:
Long
)
:
Tag
Members
Constructors
Amount
Tag
Link copied to clipboard
jvm
constructor
(
amount
:
Long
)
Properties
amount
Link copied to clipboard
jvm
val
amount
:
Long
Functions
to
Json
List
Link copied to clipboard
jvm
open
override
fun
toJsonList
(
)
:
List
<
String
>