WebApiModulesWarehouseShippingCaseShippingCase constructor

const WebApiModulesWarehouseShippingCaseShippingCase({
  1. int? shippingCaseId,
  2. String? orderId,
  3. String? orderNumber,
  4. String? orderDescription,
  5. String? orderType,
  6. String? itemId,
  7. String? inventoryId,
  8. String? iCode,
  9. String? itemDescription,
  10. String? barCode,
  11. String? description,
  12. String? shippingCaseNumber,
  13. double? itemCount,
  14. String? shippingCaseTitle,
  15. String? warehouseId,
  16. String? warehouse,
  17. String? auditNote,
  18. String? recordTitle,
  19. dynamic urlIdentifier,
  20. List<Object>? custom,
  21. List<Object>? defaultFieldAttributes,
  22. dynamic original,
  23. List<Object>? translation,
  24. bool? hasImport,
  25. bool? hasDocuments,
  26. String? createdByUserId,
  27. String? createdByUserName,
  28. String? createdDateTime,
  29. String? modifiedByUserId,
  30. String? modifiedByUserName,
  31. String? modifiedDateTime,
})

Implementation

const WebApiModulesWarehouseShippingCaseShippingCase({
  this.shippingCaseId,
  this.orderId,
  this.orderNumber,
  this.orderDescription,
  this.orderType,
  this.itemId,
  this.inventoryId,
  this.iCode,
  this.itemDescription,
  this.barCode,
  this.description,
  this.shippingCaseNumber,
  this.itemCount,
  this.shippingCaseTitle,
  this.warehouseId,
  this.warehouse,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});