IR5PointagePay class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5PointagePay({String? PLU, String? Action, String? NomPLU, double? TotalTTC})
IR5PointagePay.fromJson([Map<String, dynamic>? json])
factory

Properties

Action String?
Action Pay Subset P:Charge Cpte Cli, ...
final
hashCode int
The hash code for this object.
no setterinherited
NomPLU String?
final
PLU String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TotalTTC 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