SalesItemLineDetail constructor
SalesItemLineDetail({
- ReferenceType? classRef,
- ReferenceType? taxCodeRef,
- MarkupInfo? markupInfo,
- double? taxInclusiveAmt,
- double? unitPrice,
- double? qty,
- ReferenceType? itemRef,
- double? discountAmt,
- double? discountRate,
- ReferenceType? itemAccountRef,
- String? serviceDate,
- 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
});