WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse class

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

Constructors

WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse({String? description, String? status, String? deal, String? dealId, String? warehouse, String? fromWarehouse, String? pickDate, String? pickTime, String? estimatedStartDate, String? estimatedStartTime, String? estimatedStopDate, String? estimatedStopTime, String? shipDate, String? shipTime, String? requiredDate, String? requiredTime, String? vendor, String? vendorId, String? containerStatus})
WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse.fromJson(Map<String, dynamic> json)
factory

Properties

containerStatus String?
final
deal String?
final
dealId String?
final
description String?
final
estimatedStartDate String?
final
estimatedStartTime String?
final
estimatedStopDate String?
final
estimatedStopTime String?
final
fromWarehouse String?
final
hashCode int
The hash code for this object.
no setteroverride
pickDate String?
final
pickTime String?
final
requiredDate String?
final
requiredTime String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipDate String?
final
shipTime String?
final
status String?
final
vendor String?
final
vendorId String?
final
warehouse String?
final

Methods

copyWith({String? description, String? status, String? deal, String? dealId, String? warehouse, String? fromWarehouse, String? pickDate, String? pickTime, String? estimatedStartDate, String? estimatedStartTime, String? estimatedStopDate, String? estimatedStopTime, String? shipDate, String? shipTime, String? requiredDate, String? requiredTime, String? vendor, String? vendorId, String? containerStatus}) WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse

Available on WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse, provided by the $WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponseExtension extension

copyWithWrapped({Wrapped<String?>? description, Wrapped<String?>? status, Wrapped<String?>? deal, Wrapped<String?>? dealId, Wrapped<String?>? warehouse, Wrapped<String?>? fromWarehouse, Wrapped<String?>? pickDate, Wrapped<String?>? pickTime, Wrapped<String?>? estimatedStartDate, Wrapped<String?>? estimatedStartTime, Wrapped<String?>? estimatedStopDate, Wrapped<String?>? estimatedStopTime, Wrapped<String?>? shipDate, Wrapped<String?>? shipTime, Wrapped<String?>? requiredDate, Wrapped<String?>? requiredTime, Wrapped<String?>? vendor, Wrapped<String?>? vendorId, Wrapped<String?>? containerStatus}) WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse

Available on WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse, provided by the $WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponseExtension 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