# Cyclos411Api.BaseTransferQueryFilters

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 


