IR5PointageConso class

Histo aka Big Book

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5PointageConso({String? PLU, String? Action, int? Tariff, int? TypeTVA, double? TauxTVA, String? NomPLU, String? NomProd, String? NomAdd, String? Categorie, String? CategNom, int? Desti, bool? NonFood, bool? External, List<IR5PointageConso>? Details, double? TariffPrice, double? UnitPrice, double? Quantity, double? TotalTTC, double? TotalBase})
IR5PointageConso.fromJson([Map<String, dynamic>? json])
factory

Properties

Action String?
final
CategNom String?
final
Categorie String?
final
Desti int?
final
Details List<IR5PointageConso>?
final
External bool?
final
hashCode int
The hash code for this object.
no setterinherited
NomAdd String?
final
NomPLU String?
final
NomProd String?
final
NonFood bool?
final
PLU String?
final
Quantity double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Tariff int?
final
TariffPrice double?
final
TauxTVA double?
final
TotalBase double?
final
TotalTTC double?
final
TypeTVA int?
final
UnitPrice 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