WebApiLogicAppFuncSystemSettingsResponse constructor

WebApiLogicAppFuncSystemSettingsResponse({
  1. bool? allowDeleteInvoices,
  2. bool? allowInvoiceDateChange,
  3. bool? enableReceipts,
  4. bool? enablePayments,
  5. bool? shareDealsAcrossOfficeLocations,
  6. String? systemName,
  7. String? companyName,
  8. bool? isVendorNumberAssignedByUser,
})

Implementation

WebApiLogicAppFuncSystemSettingsResponse({
  this.allowDeleteInvoices,
  this.allowInvoiceDateChange,
  this.enableReceipts,
  this.enablePayments,
  this.shareDealsAcrossOfficeLocations,
  this.systemName,
  this.companyName,
  this.isVendorNumberAssignedByUser,
});