# Cyclos411Api.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** | (Deprecated) Can the authenticated user cancel this voucher? | [optional] 
**cancelAction** | [**VoucherCancelActionEnum**](VoucherCancelActionEnum.md) | Indicates what happens if a voucher is canceled, if it can be canceled Possible values are: * cancelAndRefund: A single bought voucher is canceled and the amount is refunded * cancelGenerated: Cancels a single generated voucher * cancelPendingPack: Cancels more than one bought vouchers whose buy payment is pending authorization * cancelPendingSingle: Cancels a single bought vouchers whose buy payment is pending authorization  | [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] 


