ILedgerSales constructor

const ILedgerSales({
  1. required String DateHeure,
  2. dynamic SvcDte,
  3. required int SvcNo,
  4. required int SvcNumZ,
  5. required String OUFTIState,
  6. required String Sign,
  7. required int NumSales,
  8. required String GUID,
  9. required int Hre,
  10. required int NoSeq,
  11. required int Staff,
  12. required String StaffName,
  13. required String Action,
  14. required String Actions,
  15. required String Tbl,
  16. required double Base,
  17. required double TTC,
  18. required double Pay,
  19. required List<ILedgerSalesConso> Details,
})

Implementation

const ILedgerSales({
  required this.DateHeure,
  this.SvcDte,
  required this.SvcNo,
  required this.SvcNumZ,
  required this.OUFTIState,
  required this.Sign,
  required this.NumSales,
  required this.GUID,
  required this.Hre,
  required this.NoSeq,
  required this.Staff,
  required this.StaffName,
  required this.Action,
  required this.Actions,
  required this.Tbl,
  required this.Base,
  required this.TTC,
  required this.Pay,
  required this.Details,
});