# Cyclos411Api.VoucherDataForBuy

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account** | [**AccountWithStatus**](AccountWithStatus.md) | The account from which the buy will be debited | [optional] 
**canBuyMultiple** | **Boolean** | If user can buy multiple vouchers at same time | [optional] 
**fixedAmount** | [**BigDecimal**](BigDecimal.md) | Returned if there is a fixed amount for bought vouchers. Is kept for backwards compatibility, because the &#x60;amountRange&#x60; is enough to return this information (when &#x60;min&#x60; and &#x60;max&#x60; are the same amount)  | [optional] 
**amountRange** | [**DecimalRange**](DecimalRange.md) | Returned if there is a minimum / maximum amount for buying  | [optional] 
**minimumTimeToRedeem** | [**TimeInterval**](TimeInterval.md) | Returned if there is a minimum time to be elapsed before bought vouchers can be redeemed  | [optional] 


