> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IBatchTypes

> IBatchTypes is the collection of batch types available in Scanning Station scripts, with Has and UID methods to check for a type and get its identifier.

## What it does

A collection of [IBatchType](/flexi-capture/scanning-station/shared/scripts/batch-item) objects.

See more in the [Working with collections](/flexi-capture/scanning-station/scripts-main#collections) section.

## Methods

| **Definition**              | **Description**                                                     |
| --------------------------- | ------------------------------------------------------------------- |
| Has (name: string) : bool   | Checks whether the collection contains a specified batch type       |
| UID (name: string) : string | Retrieves the unique identifier of the batch type by the batch name |
