AccountBasedExpense constructor
AccountBasedExpense({
- double? taxInclusiveAmt,
- MarkupInfo? markupInfo,
- ReferenceType? customerRef,
- ReferenceType? classRef,
- BillableStatusEnum? billableStatus,
- ReferenceType? taxCodeRef,
- required ReferenceType accountRef,
- double? taxAmount,
Implementation
AccountBasedExpense({
this.taxInclusiveAmt, this.markupInfo, this.customerRef, this.classRef,
this.billableStatus, this.taxCodeRef, required this.accountRef, this.taxAmount
});