WebApiModulesReportsOrderReportsOutgoingShippingLabelOutgoingShippingLabelRequest constructor
const
WebApiModulesReportsOrderReportsOutgoingShippingLabelOutgoingShippingLabelRequest({
- String? orderId,
- String? shippingCaseId,
- String? weightInCase,
- bool? groupByShippingCase,
- String? userDepartmentId,
- String? userLocationId,
- String? userWarehouseId,
- String? customReportLayoutId,
- bool? isSummary,
- bool? includeSubHeadingsAndSubTotals,
- bool? includeIdColumns,
- String? locale,
- List<
FwStandardModelsCheckBoxListItem> ? excelfields, - String? reportName,
- 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,
});