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? userDepartmentId,
  11. String? userLocationId,
  12. String? userWarehouseId,
  13. String? customReportLayoutId,
  14. bool? isSummary,
  15. bool? includeSubHeadingsAndSubTotals,
  16. bool? includeIdColumns,
  17. String? locale,
  18. List<FwStandardModelsCheckBoxListItem>? excelfields,
  19. String? reportName,
  20. 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,
});