WebApiModulesWarehouseActivityActivity constructor
const
WebApiModulesWarehouseActivityActivity({
- int? activityId,
- int? activityTypeId,
- String? activityType,
- String? activityTypeDescription,
- String? activityTypeColor,
- String? activityTypeTextColor,
- int? activityStatusId,
- String? activityStatus,
- String? activityStatusDescription,
- String? activityStatusColor,
- String? activityStatusTextColor,
- String? officeLocationId,
- String? warehouseId,
- String? warehouse,
- String? orderId,
- String? orderNumber,
- String? orderDescription,
- String? orderType,
- String? orderStatus,
- String? orderTypeId,
- String? departmentId,
- String? dealId,
- String? orderTypeDescription,
- String? vendorId,
- String? assignedToUserId,
- String? assignedToUserName,
- DateTime? activityDateTime,
- String? activityDate,
- String? activityTime,
- int? totalQuantity,
- int? completeQuantity,
- int? remainingQuantity,
- double? completePercent,
- bool? forcedComplete,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});