# Cyclos411Api.UserVouchersQueryFilters

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amountRange** | [**[BigDecimal]**](BigDecimal.md) | The minimum / maximum voucher amount  | [optional] 
**creationPeriod** | **[Date]** | The minimum / maximum voucher creation 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] 
**expirationPeriod** | **[Date]** | The minimum / maximum voucher expiration 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] 
**redeemPeriod** | **[Date]** | The minimum / maximum voucher redeem 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] 
**token** | **String** | The voucher token (with or without mask) | [optional] 
**types** | **[String]** | The ids or internal names of voucher types | [optional] 
**statuses** | [**[VoucherStatusEnum]**](VoucherStatusEnum.md) | The voucher statuses Possibles values for each array element are: * canceled: The voucher was canceled, and cannot be further used * expired: The voucher has expired without being redeemed * open: The voucher has been generated / bought, and is open * pending: The voucher has been bought, and the corresponding payment is pending for authorization * redeemed: The voucher has been redeemed, and the corresponding payment was done  | [optional] 
**relation** | [**VoucherRelationEnum**](VoucherRelationEnum.md) | Indicates the relation used to filter the vouchers. Possible values are: * bought: A voucher the user has bought * redeemed: A voucher the user has redeemed  | [optional] 


