WebApiModulesUtilitiesReceiptProcessBatchReceiptProcessBatch constructor

WebApiModulesUtilitiesReceiptProcessBatchReceiptProcessBatch({
  1. String? batchId,
  2. String? locationId,
  3. String? batchType,
  4. String? divisionCode,
  5. String? batchNumber,
  6. String? batchDate,
  7. String? batchTime,
  8. String? batchDateTime,
  9. String? exportDate,
  10. bool? exported,
  11. int? recordCount,
  12. String? dateStamp,
  13. String? auditNote,
  14. String? recordTitle,
  15. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  16. List<FwStandardDataFwCustomValue>? custom,
  17. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  18. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesUtilitiesReceiptProcessBatchReceiptProcessBatch({
  this.batchId,
  this.locationId,
  this.batchType,
  this.divisionCode,
  this.batchNumber,
  this.batchDate,
  this.batchTime,
  this.batchDateTime,
  this.exportDate,
  this.exported,
  this.recordCount,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});