SalesItemLineDetail constructor

SalesItemLineDetail({
  1. ReferenceType? classRef,
  2. ReferenceType? taxCodeRef,
  3. MarkupInfo? markupInfo,
  4. double? taxInclusiveAmt,
  5. double? unitPrice,
  6. double? qty,
  7. ReferenceType? itemRef,
  8. double? discountAmt,
  9. double? discountRate,
  10. ReferenceType? itemAccountRef,
  11. String? serviceDate,
  12. ReferenceType? taxClassificationRef,
})

Implementation

SalesItemLineDetail({
  this.classRef, this.taxCodeRef, this.markupInfo, this.taxInclusiveAmt,
  this.unitPrice, this.qty, this.itemRef, this.discountAmt,
  this.discountRate, this.itemAccountRef, this.serviceDate,
  this.taxClassificationRef
});