Level3LineItems constructor
const
Level3LineItems({})
Level3LineItems
Implementation
const Level3LineItems({
this.discountAmount,
required this.productCode,
required this.productDescription,
this.quantity,
this.taxAmount,
this.unitCost,
});