ILedgerTbl class

Histo aka Big Book

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

ILedgerTbl({int? SvcNumZ, int? Hre, int? NumSales, String? GUID, required String Tbl, String? TblDescr, String? Member, String? MemberBarcode, int? Proprio, String? ProprioName, int? Cvts, String? Actions, String? HistoFlags, int? Tariff, double? Base, double? TTC, double? Pay, double? ToPaid, required List<ILedgerTblSeq> Seqs})
ILedgerTbl.fromJson([Map<String, dynamic>? json])
factory
ILedgerTbl.update(Map<String, dynamic> map, [Map<String, dynamic>? source])
factory

Properties

Actions String?
final
Base double?
final
Cvts int?
Number of Seats
final
GUID String?
final
hashCode int
The hash code for this object.
no setterinherited
HistoFlags String?
Histo Flags
final
Hre int?
Internal Number identifying a Block details of a Sale/Benefit
final
Member String?
final
MemberBarcode String?
final
NumSales int?
Sales Number. A Sale can be composed of multiple
final
Pay double?
final
Proprio int?
final
ProprioName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Seqs List<ILedgerTblSeq>
final
SvcNumZ int?
Unique Identifier Number of a Cloture Service ( aka Z).
final
Tariff int?
final
Tbl String
final
TblDescr String?
final
ToPaid 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