ISvcLedger class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ISvcLedger({dynamic SvcDte, required int SvcNo, required int SvcNumZ, required String OUFTIState, required String Sign, required LedgerSummary SvcTot, required List<ILedgerSales> Seqs})
const
ISvcLedger.fromJson([Map<String, dynamic>? json])
factory
ISvcLedger.update(Map<String, dynamic> map, [Map<String, dynamic>? source])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
OUFTIState String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Seqs List<ILedgerSales>
final
Sign String
Seqs Sign = SHA1(Seqs0..n-1.Sign)
final
SvcDte → dynamic
SVC Date as String(YYYY-MM-DD) or as number YYYYMMDD
final
SvcNo int
final
SvcNumZ int
final
SvcTot LedgerSummary
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