IR5ResPointage constructor

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

Implementation

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