WebApiModulesReportsOrderReportsOutgoingShippingLabelOutgoingShippingLabelRequest constructor

const WebApiModulesReportsOrderReportsOutgoingShippingLabelOutgoingShippingLabelRequest({
  1. String? orderId,
  2. String? shippingCaseId,
  3. String? weightInCase,
  4. bool? groupByShippingCase,
  5. String? userDepartmentId,
  6. String? userLocationId,
  7. String? userWarehouseId,
  8. String? customReportLayoutId,
  9. bool? isSummary,
  10. bool? includeSubHeadingsAndSubTotals,
  11. bool? includeIdColumns,
  12. String? locale,
  13. List<FwStandardModelsCheckBoxListItem>? excelfields,
  14. String? reportName,
  15. bool? useEmailTemplate,
})

Implementation

const WebApiModulesReportsOrderReportsOutgoingShippingLabelOutgoingShippingLabelRequest({
  this.orderId,
  this.shippingCaseId,
  this.weightInCase,
  this.groupByShippingCase,
  this.userDepartmentId,
  this.userLocationId,
  this.userWarehouseId,
  this.customReportLayoutId,
  this.isSummary,
  this.includeSubHeadingsAndSubTotals,
  this.includeIdColumns,
  this.locale,
  this.excelfields,
  this.reportName,
  this.useEmailTemplate,
});