WebApiModulesWarehouseActivityActivity constructor

const WebApiModulesWarehouseActivityActivity({
  1. int? activityId,
  2. int? activityTypeId,
  3. String? activityType,
  4. String? activityTypeDescription,
  5. String? activityTypeColor,
  6. String? activityTypeTextColor,
  7. int? activityStatusId,
  8. String? activityStatus,
  9. String? activityStatusDescription,
  10. String? activityStatusColor,
  11. String? activityStatusTextColor,
  12. String? officeLocationId,
  13. String? warehouseId,
  14. String? warehouse,
  15. String? orderId,
  16. String? orderNumber,
  17. String? orderDescription,
  18. String? orderType,
  19. String? orderStatus,
  20. String? orderTypeId,
  21. String? departmentId,
  22. String? dealId,
  23. String? orderTypeDescription,
  24. String? vendorId,
  25. String? assignedToUserId,
  26. String? assignedToUserName,
  27. DateTime? activityDateTime,
  28. String? activityDate,
  29. String? activityTime,
  30. int? totalQuantity,
  31. int? completeQuantity,
  32. int? remainingQuantity,
  33. double? completePercent,
  34. bool? forcedComplete,
  35. String? dateStamp,
  36. String? auditNote,
  37. String? recordTitle,
  38. dynamic urlIdentifier,
  39. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  40. List<FwStandardDataFwCustomValue>? custom,
  41. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  42. FwStandardBusinessLogicFwBusinessLogic? original,
  43. List<FwStandardDataFwTranslatedValue>? translation,
  44. bool? hasImport,
  45. bool? hasDocuments,
  46. String? createdByUserId,
  47. String? createdByUserName,
  48. String? createdDateTime,
  49. String? modifiedByUserId,
  50. String? modifiedByUserName,
  51. String? modifiedDateTime,
})

Implementation

const WebApiModulesWarehouseActivityActivity({
  this.activityId,
  this.activityTypeId,
  this.activityType,
  this.activityTypeDescription,
  this.activityTypeColor,
  this.activityTypeTextColor,
  this.activityStatusId,
  this.activityStatus,
  this.activityStatusDescription,
  this.activityStatusColor,
  this.activityStatusTextColor,
  this.officeLocationId,
  this.warehouseId,
  this.warehouse,
  this.orderId,
  this.orderNumber,
  this.orderDescription,
  this.orderType,
  this.orderStatus,
  this.orderTypeId,
  this.departmentId,
  this.dealId,
  this.orderTypeDescription,
  this.vendorId,
  this.assignedToUserId,
  this.assignedToUserName,
  this.activityDateTime,
  this.activityDate,
  this.activityTime,
  this.totalQuantity,
  this.completeQuantity,
  this.remainingQuantity,
  this.completePercent,
  this.forcedComplete,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});