WebApiModulesReportsOrderReportsIncomingShippingLabelIncomingShippingLabelRequest constructor

WebApiModulesReportsOrderReportsIncomingShippingLabelIncomingShippingLabelRequest({
  1. String? orderId,
  2. String? customReportLayoutId,
  3. bool? isSummary,
  4. bool? includeSubHeadingsAndSubTotals,
  5. bool? includeIdColumns,
  6. String? locale,
  7. List<FwStandardModelsCheckBoxListItem>? excelfields,
})

Implementation

WebApiModulesReportsOrderReportsIncomingShippingLabelIncomingShippingLabelRequest({
  this.orderId,
  this.customReportLayoutId,
  this.isSummary,
  this.includeSubHeadingsAndSubTotals,
  this.includeIdColumns,
  this.locale,
  this.excelfields,
});