> ## 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.

# BatchType

> BatchType data type in the ABBYY FlexiCapture Web Services API: stores batch type details including ID, name, and registration parameter definitions.

## What it does

The **BatchType** data type stores information about the type of a batch.

## Fields

| **Name**     | **Type**                                                                              | **Description**                                       |
| ------------ | ------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| Id           | int                                                                                   | The ID of the batch type                              |
| Name         | string                                                                                | The name of the batch type                            |
| Description  | string                                                                                | A description of the batch type                       |
| PropertyDefs | [RegistrationPropertyDef](/flexi-capture/api/structures/registration-property-def)\[] | The set of registration parameters for the batch type |
