AdjustmentModel class

Constructors

AdjustmentModel({required int orderAmount, required int cardFee, required int vat, required int serviceFee, required int incomeAmount})
const
AdjustmentModel.fromJson(dynamic json)
factory

Properties

cardFee int
final
hashCode int
The hash code for this object.
no setterinherited
incomeAmount int
final
orderAmount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceFee int
final
vat int
final

Methods

copy({int? orderAmount, int? cardFee, int? vat, int? serviceFee, int? incomeAmount}) AdjustmentModel
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