WebApiModulesWarehouseCheckOutDecreaseOrderQuantityRequest constructor

WebApiModulesWarehouseCheckOutDecreaseOrderQuantityRequest({
  1. String? orderId,
  2. String? orderItemId,
  3. String? inventoryId,
  4. String? warehouseId,
  5. int? quantity,
  6. bool? isInternal,
  7. String? internalPurchaseOrderId,
  8. String? externalOrderId,
})

Implementation

WebApiModulesWarehouseCheckOutDecreaseOrderQuantityRequest({
  this.orderId,
  this.orderItemId,
  this.inventoryId,
  this.warehouseId,
  this.quantity,
  this.isInternal,
  this.internalPurchaseOrderId,
  this.externalOrderId,
});