CartItem

fun CartItem(    sku: String?,     quantity: Int?,     shortDescription: String?,     name: String?,     price: Double?,     tax: Double?,     subtotal: Double?,     total: Double?,     priceCode: String?,     gift: Boolean?)