systema-sdk
0.1.0
common
systema-sdk
/
ai.systema.model.tracker.cart
/
CartItem
Cart
Item
common
data
class
CartItem
(
val
itemId
:
String
,
val
quantity
:
Int
,
val
price
:
Double
?
=
null
,
val
tax
:
Double
?
=
null
,
val
currency
:
Currency
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Cart
Item
Link copied to clipboard
common
fun
CartItem
(
itemId
:
String
,
quantity
:
Int
,
price
:
Double
?
=
null
,
tax
:
Double
?
=
null
,
currency
:
Currency
?
=
null
)
Content copied to clipboard
Properties
currency
Link copied to clipboard
common
val
currency
:
Currency
?
=
null
Content copied to clipboard
itemId
Link copied to clipboard
common
val
itemId
:
String
Content copied to clipboard
price
Link copied to clipboard
common
val
price
:
Double
?
=
null
Content copied to clipboard
quantity
Link copied to clipboard
common
val
quantity
:
Int
Content copied to clipboard
tax
Link copied to clipboard
common
val
tax
:
Double
?
=
null
Content copied to clipboard