IR5ModePay class

Modes Paiements

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5ModePay({required String PLU, required String Nom, required String Description, required int PayType, required int PayLink, required String PayLinkParams, required int PayTipsMode, required int Flags, required String NomFr, required String NomNl, required String NomUk, required String ExtRef, required String Tags, required String WebOrder, required String Categorie, required String Account, required String Stations, required String Devise, required List<IR5PayBillet> Billets, required List<IR5PayToken> Tokens})
IR5ModePay.fromJson([Map<String, dynamic>? json])
factory

Properties

Account String
final
Billets List<IR5PayBillet>
final
Categorie String
ModePay Categ : Free Use (for Types PLURemise,PLUMsg store the PLU to use)
final
Description String
Just a free Description
final
Devise String
final
ExtRef String
External Ref (used as primary key)
final
Flags int
Button Flags
final
hashCode int
The hash code for this object.
no setterinherited
Nom String
Just a Name
final
NomFr String
Just a Name
final
NomNl String
Just a Name
final
NomUk String
Just a Name
final
ModeLink Type
final
PayLinkParams String
final
PayTipsMode int
final
PayType int
ModePay Type
final
PLU String
Article Unique Code (Price Look-Up)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Stations String
final
Tags String
Free Tags or Labels semicolumn separated
final
Tokens List<IR5PayToken>
final
WebOrder String
Export to WebOrder Platforms (semicolumn separated list of Platforms)
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