# Cyclos4102Api.VoucherView

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | The voucher title when it was created. | [optional] 
**description** | **String** | The voucher description when it was created. | [optional] 
**creationType** | [**VoucherCreationTypeEnum**](VoucherCreationTypeEnum.md) | Indicates how a voucher was created Possible values are: * bought: The voucher was bought by an user * generated: The voucher was generated by an administrator  | [optional] 
**buy** | [**Transaction**](Transaction.md) | The transaction which bought this voucher, if any and visible.  | [optional] 
**redeemDate** | **Date** | The date the voucher was redeemer, if any. | [optional] 
**redeem** | [**Transaction**](Transaction.md) | The transaction which redeemed this voucher, if any and visible.  | [optional] 
**canCancel** | **Boolean** | Can the authenticated user cancel this voucher? | [optional] 
**showConfiguration** | **Boolean** | Should the voucher configuration be shown to users? This flag is &#x60;true&#x60; when there are multiple available configurations.  | [optional] 
**showQrCode** | **Boolean** | Should the voucher token be shown as QR-code for users? | [optional] 
**redeemAfterDateReached** | **Boolean** | Should the voucher be available to be redeemed? | [optional] 


