ITLLedger class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ITLLedger({required IR5Etab Etab, required IR5EtabFDM EtabFDM, required TLSvcLedgerParams Params, required LedgerSeqKey SeqsFirstSeq, required LedgerSeqKey SeqsLastSeq, required LedgerSummary SeqsTot, required List<ILedgerSales> Seqs})
const
ITLLedger.fromJson([Map<String, dynamic>? json])
factory
ITLLedger.update(Map<String, dynamic> map, [Map<String, dynamic>? source])
factory

Properties

Etab IR5Etab
final
EtabFDM IR5EtabFDM
final
hashCode int
The hash code for this object.
no setterinherited
Params TLSvcLedgerParams
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Seqs List<ILedgerSales>
final
SeqsFirstSeq LedgerSeqKey
Returned Seqs (according to Params) Totals Summary
final
SeqsLastSeq LedgerSeqKey
final
SeqsTot 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