WebApiModulesInventoryInventoryReceiptUnassignItemsRequest constructor

WebApiModulesInventoryInventoryReceiptUnassignItemsRequest({
  1. List<WebApiModulesInventoryInventoryReceiptUnassignItem>? items,
})

Implementation

WebApiModulesInventoryInventoryReceiptUnassignItemsRequest({
  this.items,
});