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

# Transaction

> Provides access to transaction parameters.

`Transaction` provides access to the parameters of the transaction in which the document is being processed.

## Properties

| Name           | Type                                                                                                     | Access level | Description                                                                                                                                                 |
| :------------- | :------------------------------------------------------------------------------------------------------- | :----------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Parameters** | Record\<string, [Parameter](/vantage/documentation/skill-designer/document/rule-verification/parameter)> | Read-only    | A dictionary mapping transaction parameter names to their [`Parameter`](/vantage/documentation/skill-designer/document/rule-verification/parameter) values. |

## Related topics

* [Context](/vantage/documentation/skill-designer/document/rule-verification/context)
* [Parameter](/vantage/documentation/skill-designer/document/rule-verification/parameter)
* [Object model](/vantage/documentation/skill-designer/document/rule-verification/object-model)
