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