Bill constructor

Bill({
  1. String? txnDate,
  2. List<LinkedTxn>? linkedTxn,
  3. ReferenceType? aPAccountRef,
  4. CurrencyRefType? currencyRef,
  5. String? syncToken,
  6. String? id,
  7. ModificationMetaData? metaData,
  8. double? balance,
  9. ReferenceType? departmentRef,
  10. String? docNumber,
  11. String? dueDate,
  12. double? exchangeRate,
  13. GlobalTaxCalculationEnum? globalTaxCalculation,
  14. double? homeBalance,
  15. bool? includeInAnnualTPAR,
  16. List<Line>? line,
  17. String? privateNote,
  18. ReferenceType? recurDataRef,
  19. ReferenceType? salesTermRef,
  20. double? totalAmt,
  21. String? transactionLocationType,
  22. TxnTaxDetail? txnTaxDetail,
  23. ReferenceType? vendorRef,
})

Implementation

Bill({this.txnDate, this.linkedTxn, this.aPAccountRef,
  this.currencyRef, this.syncToken, this.id, this.metaData,
  this.balance, this.departmentRef,
  this.docNumber, this.dueDate, this.exchangeRate, this.globalTaxCalculation,
  this.homeBalance, this.includeInAnnualTPAR, this.line, this.privateNote, this.recurDataRef,
  this.salesTermRef, this.totalAmt, this.transactionLocationType, this.txnTaxDetail,
  this.vendorRef
});