WebApiModulesSettingsTemplateSettingsTemplateTemplate constructor

const WebApiModulesSettingsTemplateSettingsTemplateTemplate({
  1. String? templateId,
  2. String? description,
  3. String? departmentId,
  4. String? department,
  5. String? officeLocationId,
  6. String? officeLocation,
  7. String? warehouseId,
  8. String? warehouse,
  9. String? warehouseCode,
  10. String? rateType,
  11. bool? rental,
  12. bool? sales,
  13. bool? miscellaneous,
  14. bool? labor,
  15. bool? facilities,
  16. bool? transportation,
  17. int? lines,
  18. bool? hasRentalItem,
  19. bool? hasSalesItem,
  20. bool? hasMiscellaneousItem,
  21. bool? hasLaborItem,
  22. bool? hasFacilitiesItem,
  23. String? manualSort,
  24. bool? manualSortRental,
  25. bool? manualSortSales,
  26. bool? manualSortMisc,
  27. bool? manualSortLabor,
  28. bool? manualSortLossAndDamage,
  29. bool? manualSortRentalSale,
  30. bool? manualSortParts,
  31. String? dateStamp,
  32. String? auditNote,
  33. String? recordTitle,
  34. dynamic urlIdentifier,
  35. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  36. List<FwStandardDataFwCustomValue>? custom,
  37. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  38. FwStandardBusinessLogicFwBusinessLogic? original,
  39. List<FwStandardDataFwTranslatedValue>? translation,
  40. bool? hasImport,
  41. bool? hasDocuments,
  42. String? createdByUserId,
  43. String? createdByUserName,
  44. String? createdDateTime,
  45. String? modifiedByUserId,
  46. String? modifiedByUserName,
  47. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsTemplateSettingsTemplateTemplate({
  this.templateId,
  this.description,
  this.departmentId,
  this.department,
  this.officeLocationId,
  this.officeLocation,
  this.warehouseId,
  this.warehouse,
  this.warehouseCode,
  this.rateType,
  this.rental,
  this.sales,
  this.miscellaneous,
  this.labor,
  this.facilities,
  this.transportation,
  this.lines,
  this.hasRentalItem,
  this.hasSalesItem,
  this.hasMiscellaneousItem,
  this.hasLaborItem,
  this.hasFacilitiesItem,
  this.manualSort,
  this.manualSortRental,
  this.manualSortSales,
  this.manualSortMisc,
  this.manualSortLabor,
  this.manualSortLossAndDamage,
  this.manualSortRentalSale,
  this.manualSortParts,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});