toggle menu
Konduct
0.1.0-SNAPSHOT
jvm
switch theme
search in API
Konduct
/
io.github.denofbits.konduct.examples
/
Order
Order
data
class
Order
(
val
id
:
String
?
=
null
,
val
customerId
:
String
,
val
productId
:
String
,
val
quantity
:
Int
,
val
total
:
Double
,
val
status
:
String
,
val
orderDate
:
Date
)
Members
Constructors
Order
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
customerId
:
String
,
productId
:
String
,
quantity
:
Int
,
total
:
Double
,
status
:
String
,
orderDate
:
Date
)
Properties
customer
Id
Link copied to clipboard
val
customerId
:
String
id
Link copied to clipboard
val
id
:
String
?
=
null
order
Date
Link copied to clipboard
val
orderDate
:
Date
product
Id
Link copied to clipboard
val
productId
:
String
quantity
Link copied to clipboard
val
quantity
:
Int
status
Link copied to clipboard
val
status
:
String
total
Link copied to clipboard
val
total
:
Double