ILedgerSales class

Histo aka Big Book

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ILedgerSales({required String DateHeure, dynamic SvcDte, required int SvcNo, required int SvcNumZ, required String OUFTIState, required String Sign, required int NumSales, required String GUID, required int Hre, required int NoSeq, required int Staff, required String StaffName, required String Action, required String Actions, required String Tbl, required double Base, required double TTC, required double Pay, required List<ILedgerSalesConso> Details})
const
ILedgerSales.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
GUID String
final
hashCode int
The hash code for this object.
no setterinherited
Hre int
Internal Number identifying a Block details of a Sale/Benefit
final
NoSeq int
Sequence Number identifying a Block details of a Sale/Benefit
final
NumSales int
final
OUFTIState String
Histo
final
Pay double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Sign String
Seq Sign = SHA1(this.SignBase) | SHA1(Details0..n-1.SignBase)
final
Staff int
Staff Number
final
StaffName String
final
SvcDte → dynamic
Service Date
final
SvcNo int
final
SvcNumZ int
Unique Identifier Number of a Cloture Service ( aka Z).
final
Tbl String
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