WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse constructor

WebApiModulesWarehouseOrderStatusOrderStatusHeaderResponse({
  1. String? description,
  2. String? status,
  3. String? deal,
  4. String? dealId,
  5. String? warehouse,
  6. String? fromWarehouse,
  7. String? pickDate,
  8. String? pickTime,
  9. String? estimatedStartDate,
  10. String? estimatedStartTime,
  11. String? estimatedStopDate,
  12. String? estimatedStopTime,
  13. String? shipDate,
  14. String? shipTime,
  15. String? requiredDate,
  16. String? requiredTime,
  17. String? vendor,
  18. String? vendorId,
  19. 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,
});