WebApiModulesHomeControlsOrderItemSplitOrderItemRequest constructor

WebApiModulesHomeControlsOrderItemSplitOrderItemRequest({
  1. String? orderId,
  2. String? orderItemId,
  3. double? splitQuantity,
  4. double? splitConsignQuantity,
  5. bool? splitEntirePackage,
  6. bool? separateLine,
  7. bool? stagedOutOnly,
  8. bool? outOnly,
  9. bool? inOnly,
  10. String? consignorId,
  11. String? consignorAgreementId,
  12. bool? reSortItemsAfterSplit,
})

Implementation

WebApiModulesHomeControlsOrderItemSplitOrderItemRequest({
  this.orderId,
  this.orderItemId,
  this.splitQuantity,
  this.splitConsignQuantity,
  this.splitEntirePackage,
  this.separateLine,
  this.stagedOutOnly,
  this.outOnly,
  this.inOnly,
  this.consignorId,
  this.consignorAgreementId,
  this.reSortItemsAfterSplit,
});