WebApiModulesWarehouseShippingCaseShippingCase constructor
const
WebApiModulesWarehouseShippingCaseShippingCase({
- int? shippingCaseId,
- String? orderId,
- String? orderNumber,
- String? orderDescription,
- String? orderType,
- String? itemId,
- String? inventoryId,
- String? iCode,
- String? itemDescription,
- String? barCode,
- String? description,
- String? shippingCaseNumber,
- double? itemCount,
- String? shippingCaseTitle,
- String? warehouseId,
- String? warehouse,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
Object> ? custom, - List<
Object> ? defaultFieldAttributes, - dynamic original,
- List<
Object> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});