systema-sdk
0.1.0
common
systema-sdk
/
ai.systema.model.tracker.cart
/
OrderItem
Order
Item
common
data
class
OrderItem
(
val
itemId
:
String
,
val
quantity
:
Int
,
val
unitCost
:
Double
,
val
unitTaxAmount
:
Double
=
0.0
,
val
currency
:
String
=
Currency.AUD.value
)
Content copied to clipboard
Constructors
Properties
Constructors
Order
Item
Link copied to clipboard
common
fun
OrderItem
(
itemId
:
String
,
quantity
:
Int
,
unitCost
:
Double
,
unitTaxAmount
:
Double
=
0.0
,
currency
:
String
=
Currency.AUD.value
)
Content copied to clipboard
Properties
currency
Link copied to clipboard
common
val
currency
:
String
Content copied to clipboard
itemId
Link copied to clipboard
common
val
itemId
:
String
Content copied to clipboard
quantity
Link copied to clipboard
common
val
quantity
:
Int
Content copied to clipboard
unitCost
Link copied to clipboard
common
val
unitCost
:
Double
Content copied to clipboard
unitTaxAmount
Link copied to clipboard
common
val
unitTaxAmount
:
Double
=
0.0
Content copied to clipboard