# Cyclos4102Api.TicketApprovalResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ticketNumber** | **String** | The ticket number identifier. | [optional] 
**ticketStatus** | [**TicketStatusEnum**](TicketStatusEnum.md) | The status of a ticket Possible values are: * approved: The ticket was approved by the payer and is waiting to be processed by the receiver to generate the payment * canceled: The ticket was canceled by the receiver before being approved * expired: The ticket has expired without being approved by a payer or canceled by the receiver until the expiration date * open: The ticket was created, but not approved yet * processed: The ticket was approved and processed and the payment was generated  | [optional] 
**cancelUrl** | **String** | The URL to redirect when canceling the accept ticket flow | [optional] 
**successUrl** | **String** | The URL to redirect after successfully accepting a ticket | [optional] 
**transaction** | [**Transaction**](Transaction.md) | The generated payment. Only if &#x60;status&#x60; is &#x60;processed&#x60;.  | [optional] 


