ILedgerTbl constructor

ILedgerTbl({
  1. int? SvcNumZ,
  2. int? Hre,
  3. int? NumSales,
  4. String? GUID,
  5. required String Tbl,
  6. String? TblDescr,
  7. String? Member,
  8. String? MemberBarcode,
  9. int? Proprio,
  10. String? ProprioName,
  11. int? Cvts,
  12. String? Actions,
  13. String? HistoFlags,
  14. int? Tariff,
  15. double? Base,
  16. double? TTC,
  17. double? Pay,
  18. double? ToPaid,
  19. required List<ILedgerTblSeq> Seqs,
})

Implementation

ILedgerTbl({
  this.SvcNumZ,
  this.Hre,
  this.NumSales,
  this.GUID,
  required this.Tbl,
  this.TblDescr,
  this.Member,
  this.MemberBarcode,
  this.Proprio,
  this.ProprioName,
  this.Cvts,
  this.Actions,
  this.HistoFlags,
  this.Tariff,
  this.Base,
  this.TTC,
  this.Pay,
  this.ToPaid,
  required this.Seqs,
});