WebApiModulesSettingsTemplateSettingsTemplateTemplate constructor
WebApiModulesSettingsTemplateSettingsTemplateTemplate({
- String? templateId,
- String? description,
- String? departmentId,
- String? department,
- String? officeLocationId,
- String? officeLocation,
- String? warehouseId,
- String? warehouse,
- String? warehouseCode,
- String? rateType,
- bool? rental,
- bool? sales,
- bool? miscellaneous,
- bool? labor,
- bool? facilities,
- bool? transportation,
- int? lines,
- bool? hasRentalItem,
- bool? hasSalesItem,
- bool? hasMiscellaneousItem,
- bool? hasLaborItem,
- bool? hasFacilitiesItem,
- String? manualSort,
- bool? manualSortRental,
- bool? manualSortSales,
- bool? manualSortMisc,
- bool? manualSortLabor,
- bool? manualSortLossAndDamage,
- bool? manualSortRentalSale,
- bool? manualSortParts,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
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.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});