ILedgerLogInfo class
Histo aka Big Book
- Annotations
-
- @JsonSerializable.new()
Constructors
- ILedgerLogInfo({dynamic SvcDte, required int SvcNo, required int SvcNumZ, required String OUFTIState, required String Sign, required String DateHeure, required int Hre, required int NoSeq, required int Staff, required String StaffName, required String Action, required String PLU, required String Nom, required String NomProd, required String NomAdd})
-
const
-
ILedgerLogInfo.fromJson([Map<
String, dynamic> ? json]) -
factory
Properties
- Action → String
-
Histo Action Flag
final
- DateHeure → String
-
Registration Timestamp
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- Hre → int
-
Internal Number identifying a Block details of a Sale/Benefit
final
- Nom → String
-
final
- NomAdd → String
-
final
- NomProd → String
-
final
- NoSeq → int
-
Sequence Number identifying a Block details of a Sale/Benefit
final
- OUFTIState → String
-
Histo
final
- PLU → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- Sign → String
-
Seq Sign = SHA1(this.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
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