WebApiModulesReportsFixedAssetBookValueFixedAssetBookValueRequest constructor

WebApiModulesReportsFixedAssetBookValueFixedAssetBookValueRequest({
  1. DateTime? asOfDate,
  2. List<FwStandardModelsSelectedCheckBoxListItem>? ranks,
  3. List<FwStandardModelsSelectedCheckBoxListItem>? trackedBys,
  4. bool? excludeFullyDepreciated,
  5. String? warehouseId,
  6. String? inventoryTypeId,
  7. String? categoryId,
  8. String? subCategoryId,
  9. String? inventoryId,
  10. String? customReportLayoutId,
  11. bool? isSummary,
  12. bool? includeSubHeadingsAndSubTotals,
  13. bool? includeIdColumns,
  14. String? locale,
  15. List<FwStandardModelsCheckBoxListItem>? excelfields,
})

Implementation

WebApiModulesReportsFixedAssetBookValueFixedAssetBookValueRequest({
  this.asOfDate,
  this.ranks,
  this.trackedBys,
  this.excludeFullyDepreciated,
  this.warehouseId,
  this.inventoryTypeId,
  this.categoryId,
  this.subCategoryId,
  this.inventoryId,
  this.customReportLayoutId,
  this.isSummary,
  this.includeSubHeadingsAndSubTotals,
  this.includeIdColumns,
  this.locale,
  this.excelfields,
});