OrderItem

constructor(productId: String = "", name: String = "", price: Double = 0.0, qty: Int = 1, imageUrl: String = "")