ILedgerTblSeq class

Histo aka Big Book

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ILedgerTblSeq({required String DateHeure, int? NoSeq, int? Station, String? FiscalId, required int Staff, required String StaffName, int? Teacher, String? TeacherName, String? PLU, String? Nom, String? NomProd, String? NomAdd, String? Action, String? Actions, double? Qty, double? Base, double? TTC, double? Pay, double? TotAdd, required List<ILedgerSalesConso> Details})
ILedgerTblSeq.fromJson([Map<String, dynamic>? json])
factory

Properties

Action String?
Histo Action Flag
final
Actions String?
final
Base double?
final
DateHeure String
Registration Timestamp
final
Details List<ILedgerSalesConso>
final
FiscalId String?
final
hashCode int
The hash code for this object.
no setterinherited
Nom String?
final
NomAdd String?
final
NomProd String?
final
NoSeq int?
Sequence Number identifying a Block details of a Sale/Benefit
final
Pay double?
final
PLU String?
final
Qty double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Staff int
Staff Number
final
StaffName String
final
Station int?
final
Teacher int?
Staff Number
final
TeacherName String?
final
TotAdd double?
final
TTC double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited