WebApiModulesWarehouseCheckInCheckInSessionInfo class

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

Constructors

WebApiModulesWarehouseCheckInCheckInSessionInfo({String? contractId, int? sessionNumber, String? dealId, String? deal, String? departmentId, String? department, bool? hasSales})
WebApiModulesWarehouseCheckInCheckInSessionInfo.fromJson(Map<String, dynamic> json)
factory

Properties

contractId String?
final
deal String?
final
dealId String?
final
department String?
final
departmentId String?
final
hashCode int
The hash code for this object.
no setteroverride
hasSales bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionNumber int?
final

Methods

copyWith({String? contractId, int? sessionNumber, String? dealId, String? deal, String? departmentId, String? department, bool? hasSales}) WebApiModulesWarehouseCheckInCheckInSessionInfo

Available on WebApiModulesWarehouseCheckInCheckInSessionInfo, provided by the $WebApiModulesWarehouseCheckInCheckInSessionInfoExtension extension

copyWithWrapped({Wrapped<String?>? contractId, Wrapped<int?>? sessionNumber, Wrapped<String?>? dealId, Wrapped<String?>? deal, Wrapped<String?>? departmentId, Wrapped<String?>? department, Wrapped<bool?>? hasSales}) WebApiModulesWarehouseCheckInCheckInSessionInfo

Available on WebApiModulesWarehouseCheckInCheckInSessionInfo, provided by the $WebApiModulesWarehouseCheckInCheckInSessionInfoExtension 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