WebApiModulesWarehouseCheckInReconcileCheckInReconcile constructor

WebApiModulesWarehouseCheckInReconcileCheckInReconcile({
  1. String? contractId,
  2. String? contractDate,
  3. String? contractNumber,
  4. String? contractType,
  5. String? contractTime,
  6. String? locationId,
  7. String? locationCode,
  8. String? location,
  9. String? warehouseId,
  10. String? warehouseCode,
  11. String? warehouse,
  12. String? dealId,
  13. String? deal,
  14. String? departmentId,
  15. String? department,
  16. String? quikInOneOrderPerContract,
  17. bool? hasAssigned,
  18. String? auditNote,
  19. String? recordTitle,
  20. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  21. List<FwStandardDataFwCustomValue>? custom,
  22. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  23. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesWarehouseCheckInReconcileCheckInReconcile({
  this.contractId,
  this.contractDate,
  this.contractNumber,
  this.contractType,
  this.contractTime,
  this.locationId,
  this.locationCode,
  this.location,
  this.warehouseId,
  this.warehouseCode,
  this.warehouse,
  this.dealId,
  this.deal,
  this.departmentId,
  this.department,
  this.quikInOneOrderPerContract,
  this.hasAssigned,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});