WebApiLogicAppFuncSystemSettingsResponse constructor

const WebApiLogicAppFuncSystemSettingsResponse({
  1. bool? allowDeleteInvoices,
  2. bool? allowInvoiceDateChange,
  3. bool? enableReceipts,
  4. bool? enableOriginalShow,
  5. bool? enablePayments,
  6. bool? enableVendorInvoice,
  7. bool? enablePropsWardrobe,
  8. bool? enableSetsWalls,
  9. bool? shareDealsAcrossOfficeLocations,
  10. bool? synchronizeCustomerStatusAndCreditStatus,
  11. bool? synchronizeDealStatusAndCreditStatus,
  12. String? systemName,
  13. String? companyName,
  14. bool? isVendorNumberAssignedByUser,
  15. String? quoteOrderMessageFormat,
  16. String? dataLanguageId,
  17. String? dataLanguage,
  18. bool? allCaps,
  19. bool? enableQuikLocate,
  20. bool? departmentFilter,
  21. bool? defaultBillingSelectAllOrders,
  22. bool? defaultProcessConsignmentSelectAllInvoices,
  23. bool? enableCrew,
  24. bool? disableHelpIcon,
  25. bool? consolidateOwnedAndSubbedLineItems,
  26. bool? setSubQuantityToZero,
  27. bool? promptUserOnPasteLineItems,
  28. String? overrideHelpURL,
  29. String? defaultSalesRepresentativeFilter,
})

Implementation

const WebApiLogicAppFuncSystemSettingsResponse({
  this.allowDeleteInvoices,
  this.allowInvoiceDateChange,
  this.enableReceipts,
  this.enableOriginalShow,
  this.enablePayments,
  this.enableVendorInvoice,
  this.enablePropsWardrobe,
  this.enableSetsWalls,
  this.shareDealsAcrossOfficeLocations,
  this.synchronizeCustomerStatusAndCreditStatus,
  this.synchronizeDealStatusAndCreditStatus,
  this.systemName,
  this.companyName,
  this.isVendorNumberAssignedByUser,
  this.quoteOrderMessageFormat,
  this.dataLanguageId,
  this.dataLanguage,
  this.allCaps,
  this.enableQuikLocate,
  this.departmentFilter,
  this.defaultBillingSelectAllOrders,
  this.defaultProcessConsignmentSelectAllInvoices,
  this.enableCrew,
  this.disableHelpIcon,
  this.consolidateOwnedAndSubbedLineItems,
  this.setSubQuantityToZero,
  this.promptUserOnPasteLineItems,
  this.overrideHelpURL,
  this.defaultSalesRepresentativeFilter,
});