IR5TariffColor class

Tariff Color

Annotations
  • @JsonSerializable()

Constructors

IR5TariffColor({required int Tariff, required String Nom, required String Description, required String InvoiceToCpy, required String CpyPriceFml, required String PriceFml, required List Prices})
IR5TariffColor.fromJson([Map<String, dynamic>? json])
factory

Properties

CpyPriceFml String
How to calc Cpy Price if not CpyPrice defined (ex: Price1*0.2)
final
Description String
Just a free Description
final
hashCode int
The hash code for this object.
no setterinherited
InvoiceToCpy String
Catering Invoice to Cpy (created as Member)
final
Nom String
Just a Name
final
PriceFml String
How to calc EndUser Price if not Price defined (ex: Price1*0.8)
final
Prices List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Tariff int
Tariff Num
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