ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.commerce.models
/
CartItem
Cart
Item
data
class
CartItem
(
val
sku
:
String
?
,
val
quantity
:
Int
?
,
val
shortDescription
:
String
?
,
val
name
:
String
?
,
val
price
:
Double
?
,
val
tax
:
Double
?
,
val
subtotal
:
Double
?
,
val
total
:
Double
?
,
val
priceCode
:
String
?
,
val
gift
:
Boolean
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Cart
Item
Link copied to clipboard
fun
CartItem
(
sku
:
String
?
,
quantity
:
Int
?
,
shortDescription
:
String
?
,
name
:
String
?
,
price
:
Double
?
,
tax
:
Double
?
,
subtotal
:
Double
?
,
total
:
Double
?
,
priceCode
:
String
?
,
gift
:
Boolean
?
)
Content copied to clipboard
Properties
gift
Link copied to clipboard
val
gift
:
Boolean
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
price
Link copied to clipboard
val
price
:
Double
?
Content copied to clipboard
price
Code
Link copied to clipboard
val
priceCode
:
String
?
Content copied to clipboard
quantity
Link copied to clipboard
val
quantity
:
Int
?
Content copied to clipboard
short
Description
Link copied to clipboard
val
shortDescription
:
String
?
Content copied to clipboard
sku
Link copied to clipboard
val
sku
:
String
?
Content copied to clipboard
subtotal
Link copied to clipboard
val
subtotal
:
Double
?
Content copied to clipboard
tax
Link copied to clipboard
val
tax
:
Double
?
Content copied to clipboard
total
Link copied to clipboard
val
total
:
Double
?
Content copied to clipboard