OrderItem

fun OrderItem(itemId: String, quantity: Int, unitCost: Double, unitTaxAmount: Double = 0.0, currency: String = Currency.AUD.value)