IR5PointageReq class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5PointageReq({String? Tbl, required String NoTbl, required String SsTbl, String? Nom, int? TblType, int? Cvts, int? TblMode, bool? TblIsEmport, int? TblDivision, String? Action, bool? TicketProd, bool? AddBlanco, String? DetailsFmt, String? Notify, String? MemberCard, String? MemberBarcode, IR5Member? Member, required IR5Delivry Delivry, int? Tariff, List<IR5PointageConso>? Consos, List<IR5PointagePay>? Pays})
IR5PointageReq.fromJson([Map<String, dynamic>? json])
factory

Properties

Action String?
Action to perform: Lancer|Addition|Cloture|... or Refused or HistoAction Enum
final
AddBlanco bool?
Do Print Add (if not present will follow Restomax Rules)
final
Consos List<IR5PointageConso>?
final
Cvts int?
final
Delivry IR5Delivry
Delivry Or Take Away Info.
final
DetailsFmt String?
Response DetailsFmt: Details | Addition | AddBySsAdd | AddBySeq.
final
hashCode int
The hash code for this object.
no setterinherited
Member IR5Member?
final
MemberBarcode String?
Member Barcode. Barcode identifiant le membre (alphanum)
final
MemberCard String?
Member NumCard. numéro identifiant le membre (alphanum)
final
Nom String?
Free Table Name. ex: nom + prénom + gsm du client
final
NoTbl String
final
Notify String?
Who to Notify when Restomax will cloture the Tbl (Should be configured in Restomax.Etab.ProdCtrl ini section notify)
final
Pays List<IR5PointagePay>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SsTbl String
final
Tariff int?
Tariff used / to use
final
Tbl String?
Accept also Tbl:Xxx.x
final
TblDivision int?
final
TblIsEmport bool?
final
TblMode int?
TblMode: 0:ReadOnly | 1:ReadWrite| 2:TrainingReadOnly | 3:TrainingReadWrite
final
TblType int?
TblType: 11 - Normal | 12 - Comptoir | 13 - V.Tbl Bar | 14 - Personnel | 15 - Traiteur | 16 - Taverne | 17 - Delivery | 18 - Pickup | 19 - Auto Inc | 20 - Type J | 91 - SplitAPart | 92 - EnCaisse
final
TicketProd bool?
Do Print Ticket(s) Prod
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