WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings constructor

WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
  1. String? systemSettingsId,
  2. String? systemSettingsName,
  3. String? companyName,
  4. String? systemName,
  5. String? databaseVersion,
  6. bool? shareDealsAcrossOfficeLocations,
  7. bool? isVendorNumberAssignedByUser,
  8. int? lastVendorNumber,
  9. bool? allowDeleteExportedReceipts,
  10. bool? enableReceipts,
  11. bool? enableBetaUpdates,
  12. bool? enableQaUpdates,
  13. bool? enablePayments,
  14. bool? allowDeleteExportedPayments,
  15. bool? allowDeleteInvoices,
  16. bool? allowInvoiceDateChange,
  17. bool? ordersCompleteWithItemsNotYetStaged,
  18. bool? populateInventoryUtilizationDataWeekly,
  19. String? dateStamp,
  20. String? auditNote,
  21. String? recordTitle,
  22. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  23. List<FwStandardDataFwCustomValue>? custom,
  24. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
  this.systemSettingsId,
  this.systemSettingsName,
  this.companyName,
  this.systemName,
  this.databaseVersion,
  this.shareDealsAcrossOfficeLocations,
  this.isVendorNumberAssignedByUser,
  this.lastVendorNumber,
  this.allowDeleteExportedReceipts,
  this.enableReceipts,
  this.enableBetaUpdates,
  this.enableQaUpdates,
  this.enablePayments,
  this.allowDeleteExportedPayments,
  this.allowDeleteInvoices,
  this.allowInvoiceDateChange,
  this.ordersCompleteWithItemsNotYetStaged,
  this.populateInventoryUtilizationDataWeekly,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});