WebApiModulesWarehouseCheckInReconcileCheckInReconcile constructor
WebApiModulesWarehouseCheckInReconcileCheckInReconcile({
- String? contractId,
- String? contractDate,
- String? contractNumber,
- String? contractType,
- String? contractTime,
- String? locationId,
- String? locationCode,
- String? location,
- String? warehouseId,
- String? warehouseCode,
- String? warehouse,
- String? dealId,
- String? deal,
- String? departmentId,
- String? department,
- String? quikInOneOrderPerContract,
- bool? hasAssigned,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});