WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse constructor
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,
Implementation
WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse({
this.description,
this.status,
this.deal,
this.dealId,
this.warehouse,
this.fromWarehouse,
this.pickDate,
this.pickTime,
this.estimatedStartDate,
this.estimatedStartTime,
this.estimatedStopDate,
this.estimatedStopTime,
this.shipDate,
this.shipTime,
this.requiredDate,
this.requiredTime,
this.vendor,
this.vendorId,
this.containerStatus,
});