# FinApiAccess.CategorizationCheckResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transactionId** | **String** | The transaction identifier. The transactionId of the transaction that was passed to the service as input. This is not an actual ID of a stored transaction in finAPI, as the checkCategorization service doesn't store any data. | 
**category** | [**Category**](Category.md) | A category. The determined transaction category for the given transactionId. This can be null, if the categorization algorithm fails to find a matching rule. | [optional] 


