WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch constructor

const 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. dynamic urlIdentifier,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. FwStandardBusinessLogicFwBusinessLogic? original,
  14. List<FwStandardDataFwTranslatedValue>? translation,
  15. bool? hasImport,
  16. String? createdByUserId,
  17. String? createdByUserName,
  18. String? createdDateTime,
  19. String? modifiedByUserId,
  20. String? modifiedByUserName,
  21. String? modifiedDateTime,
})

Implementation

const WebApiModulesHomeControlsInvoiceCreationBatchInvoiceCreationBatch({
  this.invoiceCreationBatchId,
  this.batchNumber,
  this.batchNumberAsString,
  this.batchDate,
  this.batchType,
  this.invoiceCount,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});