WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch constructor

WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch({
  1. String? invoiceCreationBatchId,
  2. int? batchNumber,
  3. String? batchNumberAsString,
  4. String? batchDate,
  5. String? batchType,
  6. int? invoiceCount,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch({
  this.invoiceCreationBatchId,
  this.batchNumber,
  this.batchNumberAsString,
  this.batchDate,
  this.batchType,
  this.invoiceCount,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});