inventoryreceiptItemsIdGet method

Future<Response<WebApiModulesInventoryInventoryReceiptInventoryReceiptItem>> inventoryreceiptItemsIdGet({
  1. required String? id,
})

@param id

Implementation

Future<
  chopper.Response<WebApiModulesInventoryInventoryReceiptInventoryReceiptItem>
>
inventoryreceiptItemsIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryReceiptInventoryReceiptItem,
    () => WebApiModulesInventoryInventoryReceiptInventoryReceiptItem
        .fromJsonFactory,
  );

  return _inventoryreceiptItemsIdGet(id: id);
}