WebApiModulesWarehouseCheckInCheckInItemsRequest constructor
WebApiModulesWarehouseCheckInCheckInItemsRequest({
- String? contractId,
- String? containerId,
- String? containerItemId,
- String? containerOutContractId,
- String? dealId,
- String? departmentId,
- String? locationId,
- String? moduleType,
- String? contractType,
- String? userWarehouseId,
- bool? forceNewSession,
- List<
WebApiModulesWarehouseCheckInCheckInItem> ? items,
Implementation
WebApiModulesWarehouseCheckInCheckInItemsRequest({
this.contractId,
this.containerId,
this.containerItemId,
this.containerOutContractId,
this.dealId,
this.departmentId,
this.locationId,
this.moduleType,
this.contractType,
this.userWarehouseId,
this.forceNewSession,
this.items,
});