IR5ModePay constructor

IR5ModePay({
  1. required String PLU,
  2. required String Nom,
  3. required String Description,
  4. required int PayType,
  5. required int PayLink,
  6. required String PayLinkParams,
  7. required int PayTipsMode,
  8. required int Flags,
  9. required String NomFr,
  10. required String NomNl,
  11. required String NomUk,
  12. required String ExtRef,
  13. required String Tags,
  14. required String WebOrder,
  15. required String Categorie,
  16. required String Account,
  17. required String Stations,
  18. required String Devise,
  19. required List<IR5PayBillet> Billets,
  20. required List<IR5PayToken> Tokens,
})

Implementation

IR5ModePay({
  required this.PLU,
  required this.Nom,
  required this.Description,
  required this.PayType,
  required this.PayLink,
  required this.PayLinkParams,
  required this.PayTipsMode,
  required this.Flags,
  required this.NomFr,
  required this.NomNl,
  required this.NomUk,
  required this.ExtRef,
  required this.Tags,
  required this.WebOrder,
  required this.Categorie,
  required this.Account,
  required this.Stations,
  required this.Devise,
  required this.Billets,
  required this.Tokens,
});