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