PriceRuleEntity class

Constructors

PriceRuleEntity({required num price, required num priceVat, required num priceVatWithoutDiscount, required num promoDelta, required num totalPrice, required num totalPriceVat, required String ruleId, required String ruleName})

Properties

hashCode int
The hash code for this object.
no setterinherited
price num
final
priceVat num
final
priceVatWithoutDiscount num
final
promoDelta num
final
ruleId String
final
ruleName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalPrice num
final
totalPriceVat num
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited