WebApiModulesAgentOrderPoWorksheetSessionTotalsResponse class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesAgentOrderPoWorksheetSessionTotalsResponse({double? grossTotal, double? discount, double? subTotal, double? tax, double? total, int? status, bool? success, String? msg})
WebApiModulesAgentOrderPoWorksheetSessionTotalsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

discount double?
final
grossTotal double?
final
hashCode int
The hash code for this object.
no setteroverride
msg String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final
subTotal double?
final
success bool?
final
tax double?
final
total double?
final

Methods

copyWith({double? grossTotal, double? discount, double? subTotal, double? tax, double? total, int? status, bool? success, String? msg}) WebApiModulesAgentOrderPoWorksheetSessionTotalsResponse

Available on WebApiModulesAgentOrderPoWorksheetSessionTotalsResponse, provided by the $WebApiModulesAgentOrderPoWorksheetSessionTotalsResponseExtension extension

copyWithWrapped({Wrapped<double?>? grossTotal, Wrapped<double?>? discount, Wrapped<double?>? subTotal, Wrapped<double?>? tax, Wrapped<double?>? total, Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg}) WebApiModulesAgentOrderPoWorksheetSessionTotalsResponse

Available on WebApiModulesAgentOrderPoWorksheetSessionTotalsResponse, provided by the $WebApiModulesAgentOrderPoWorksheetSessionTotalsResponseExtension extension

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.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override