WebApiModulesReportsFixedAssetBookValueFixedAssetBookValueRequest constructor
WebApiModulesReportsFixedAssetBookValueFixedAssetBookValueRequest({
- DateTime? asOfDate,
- List<
FwStandardModelsSelectedCheckBoxListItem> ? ranks, - List<
FwStandardModelsSelectedCheckBoxListItem> ? trackedBys, - bool? excludeFullyDepreciated,
- String? warehouseId,
- String? inventoryTypeId,
- String? categoryId,
- String? subCategoryId,
- String? inventoryId,
- String? userDepartmentId,
- String? userLocationId,
- String? userWarehouseId,
- String? customReportLayoutId,
- bool? isSummary,
- bool? includeSubHeadingsAndSubTotals,
- bool? includeIdColumns,
- String? locale,
- List<
FwStandardModelsCheckBoxListItem> ? excelfields, - String? reportName,
- bool? useEmailTemplate,
Implementation
WebApiModulesReportsFixedAssetBookValueFixedAssetBookValueRequest({
this.asOfDate,
this.ranks,
this.trackedBys,
this.excludeFullyDepreciated,
this.warehouseId,
this.inventoryTypeId,
this.categoryId,
this.subCategoryId,
this.inventoryId,
this.userDepartmentId,
this.userLocationId,
this.userWarehouseId,
this.customReportLayoutId,
this.isSummary,
this.includeSubHeadingsAndSubTotals,
this.includeIdColumns,
this.locale,
this.excelfields,
this.reportName,
this.useEmailTemplate,
});