WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponse class

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

Constructors

WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponse({int? status, bool? success, String? msg, String? sessionId, String? orderId, String? orderItemId, String? iCode, String? description, double? quantityOrdered, double? quantityRemaining})
WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
msg String?
final
orderId String?
final
orderItemId String?
final
quantityOrdered double?
final
quantityRemaining double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
final
status int?
final
success bool?
final

Methods

copyWith({int? status, bool? success, String? msg, String? sessionId, String? orderId, String? orderItemId, String? iCode, String? description, double? quantityOrdered, double? quantityRemaining}) WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponse

Available on WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponse, provided by the $WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponseExtension extension

copyWithWrapped({Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg, Wrapped<String?>? sessionId, Wrapped<String?>? orderId, Wrapped<String?>? orderItemId, Wrapped<String?>? iCode, Wrapped<String?>? description, Wrapped<double?>? quantityOrdered, Wrapped<double?>? quantityRemaining}) WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponse

Available on WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponse, provided by the $WebApiModulesWarehouseCheckOutStagingStartSubstituteSessionResponseExtension 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