CartItem

fun CartItem(    itemId: String,     quantity: Int,     price: Double? = null,     tax: Double? = null,     currency: Currency? = null)