# Cyclos4102Api.BaseTransferQueryFilters

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**datePeriod** | **[Date]** | The minimum / maximum transfer date. Is expressed an array, with the lower bound as first element, and the upper bound as second element. When only one element, will have just the lower bound. To specify only the upper bound, prefix the value with a comma.  | [optional] 
**transferFilters** | **[String]** | Reference to the transfer filters, which filters transfers by type. May be either the internal id or qualified transfer filter internal name, in the format &#x60;accountType.transferFilter&#x60;.  | [optional] 
**transferTypes** | **[String]** | Reference to the transfer types for filter. May be either the internal id or qualified transfer type internal name, in the format &#x60;accountType.transferType&#x60;.  | [optional] 
**transactionNumber** | **String** | The transaction number of the matching transfer  | [optional] 
**user** | **String** | Reference a user that should have either received / performed the transfer.  | [optional] 
**groups** | **[String]** | Reference to the user group used to perform / receive the transfer. Only taken into account if authenticated as administrator.  | [optional] 
**by** | **String** | Reference to the user that was authenticated when the transfer was performed. Is only taken into account if authenticated as administrator.  | [optional] 
**broker** | **String** | Reference to the broker of users involved in transfers. Is only taken into account if authenticated as administrator.  | [optional] 
**channels** | **[String]** | Reference to the channel used to perform / receive the transfer. Only taken into account if authenticated as administrator.  | [optional] 
**excludedIds** | **[String]** | List of transfers ids to be excluded from the result.  | [optional] 
**accessClients** | **[String]** | References to access clients (id or token) used to perform / receive the  transfer.  | [optional] 
**includeGeneratedByAccessClient** | **Boolean** | Flag indicating whether to include or not the generated transfer. Only valid if there is at least one access client specified. For example if a &#x60;ticket&#x60; or &#x60;paymentRequest&#x60; was processed then a new transfer will be generated.  | [optional] 
**amountRange** | [**[BigDecimal]**](BigDecimal.md) | The minimum / maximum amount. Is expressed an array, with the lower bound as first element, and the upper bound as second element. When only one element, will have just the lower bound. To specify only the upper bound, prefix the value with a comma.  | [optional] 
**transferKinds** | [**[TransferKind]**](TransferKind.md) | Indicates the reason the transfer was created Possibles values for each array element are: * accountFee: A transfer generated by an account fee charge * chargeback: A transfer which is a chargeback of another transfer * import: An imported transfer * initialCredit: A transfer which is the initial credit for a newly created account * payment: A transfer generated by a direct payment or accepting a webshop order * recurringPayment: A transfer generated when processing a recurring payment * scheduledPaymentInstallment: A transfer generated when processing a scheduled payment installment * transferFee: A transfer generated by a transfer fee charge  | [optional] 
**chargedBack** | **Boolean** | When set to either &#x60;true&#x60; will only return transfers that were charged-back. When set to &#x60;false&#x60;, will only return transfers that were not charged-back. When left blank will not filter by this creterion.  | [optional] 
**statuses** | **[String]** | Transfer statuses used as search criteria. Each array element should be either the identifier or the status qualified internal name, composed by flow internal name, a dot, and the status internal name. For example, &#x60;loan.open&#x60; would be a valid internal name.  | [optional] 
**orderBy** | [**AccountHistoryOrderByEnum**](AccountHistoryOrderByEnum.md) | Contains the possible &#39;order by&#39; values when searching for transfers  Possible values are: * amountAsc: The result is ordered by amount descendant * amountDesc: The result is ordered by amount descendant * dateAsc: The result is ordered by date ascendant * dateDesc: The result is ordered by date descendant  | [optional] 


