WebApiModulesReportsOutgoingDeliveryInstructionsOutgoingDeliveryInstructionsRequest constructor
WebApiModulesReportsOutgoingDeliveryInstructionsOutgoingDeliveryInstructionsRequest({
- String? outDeliveryId,
- String? userDepartmentId,
- String? userLocationId,
- String? userWarehouseId,
- String? customReportLayoutId,
- bool? isSummary,
- bool? includeSubHeadingsAndSubTotals,
- bool? includeIdColumns,
- String? locale,
- List<
FwStandardModelsCheckBoxListItem> ? excelfields, - String? reportName,
- bool? useEmailTemplate,
Implementation
WebApiModulesReportsOutgoingDeliveryInstructionsOutgoingDeliveryInstructionsRequest({
this.outDeliveryId,
this.userDepartmentId,
this.userLocationId,
this.userWarehouseId,
this.customReportLayoutId,
this.isSummary,
this.includeSubHeadingsAndSubTotals,
this.includeIdColumns,
this.locale,
this.excelfields,
this.reportName,
this.useEmailTemplate,
});