app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
InsertarBD
/
Order
Order
data
class
Order
(
val
id
:
Int
,
val
productos
:
List
<
Producto
>
=
emptyList<Producto>()
,
val
precio_total
:
Int
)
Members
Constructors
Order
Link copied to clipboard
constructor
(
id
:
Int
,
productos
:
List
<
Producto
>
=
emptyList<Producto>()
,
precio_total
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
Int
precio_
total
Link copied to clipboard
val
precio_total
:
Int
productos
Link copied to clipboard
val
productos
:
List
<
Producto
>