WebApiModulesReportsOrderReportsOutgoingShippingLabelOutgoingShippingLabelRequest constructor

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

Implementation

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