IR5PointageResFmt1 constructor

IR5PointageResFmt1({
  1. required String NoTbl,
  2. required String SsTbl,
  3. required String Nom,
  4. required int TblType,
  5. required int Cvts,
  6. required int TblMode,
  7. required bool TblIsEmport,
  8. required int TblDivision,
  9. String? Notify,
  10. String? Descr,
  11. String? OUFTIState,
  12. String? DteOuv,
  13. String? DteClot,
  14. int? NoHre,
  15. int? NoSales,
  16. String? GUID,
  17. int? StationNum,
  18. String? StationFiscalId,
  19. int? ProprioNo,
  20. String? ProprioNom,
  21. String? MemberCard,
  22. IR5Member? Member,
  23. IR5Delivry? Delivry,
  24. int? Tariff,
  25. int? TariffIn,
  26. int? TariffOut,
  27. List<IR5PointageConso>? Consos,
  28. List<IR5PointagePay>? Pays,
  29. num? Total,
  30. num? Base,
  31. num? Tax,
  32. num? EnCaisse,
})

Implementation

IR5PointageResFmt1({
  required this.NoTbl,
  required this.SsTbl,
  required this.Nom,
  required this.TblType,
  required this.Cvts,
  required this.TblMode,
  required this.TblIsEmport,
  required this.TblDivision,
  this.Notify,
  this.Descr,
  this.OUFTIState,
  this.DteOuv,
  this.DteClot,
  this.NoHre,
  this.NoSales,
  this.GUID,
  this.StationNum,
  this.StationFiscalId,
  this.ProprioNo,
  this.ProprioNom,
  this.MemberCard,
  this.Member,
  this.Delivry,
  this.Tariff,
  this.TariffIn,
  this.TariffOut,
  this.Consos,
  this.Pays,
  this.Total,
  this.Base,
  this.Tax,
  this.EnCaisse,
});