# Cyclos411Api.DataForAccountHistory

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account** | [**AccountWithCurrency**](AccountWithCurrency.md) | Information about this specific account | [optional] 
**transactionNumberMask** | **String** | If a transaction number is used for this account, is a pattern that represent it.  | [optional] 
**canFilterByDirection** | **Boolean** | Whether the current user can use the direction filter by direction. In some cases, such as restricted operators that can only see incoming or outgoing payments, this flag will be &#x60;false&#x60;.  | [optional] 
**showDescriptionInFilters** | **Boolean** | Whether to show the description as filter or not | [optional] 
**showDescriptionInList** | **Boolean** | Whether to show the description in the result list or not | [optional] 
**customFieldsInSearch** | [**[CustomFieldDetailed]**](CustomFieldDetailed.md) | Detailed references for custom fields that are set to be used as search filters   | [optional] 
**customFieldsInList** | [**[CustomField]**](CustomField.md) | Simple references for custom fields that are set to be used on the search result list   | [optional] 
**query** | [**AccountHistoryQueryFilters**](AccountHistoryQueryFilters.md) | Default query filters for the account history  | [optional] 


