Sha256: 0152dc009b0c8f60c5fbd6e80ce75365f9d62436760fc752d82441a778420649

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

# KoronaEntryClient::TicketInformation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tag** | **String** | Optional information to categorize tickets by entries. | [optional] 
**count_statistically** | **Boolean** | Optional information. *True*, if an access by this TicketEntry should count statistically (f.e. customers or employees). | [optional] 
**ticket_value** | **Float** | Optional information that represents the sale value of this TicketEntry. | [optional] 
**entry_signal** | **String** | Optional information for the presentation of the ticket by this entry. | [optional] 
**product_number** | **String** | Number of the associated article. | [optional] 
**receipt_number** | **String** | Number of the receipt by which the ticket was created. | [optional] 

## Code Sample

```ruby
require 'KoronaEntryClient'

instance = KoronaEntryClient::TicketInformation.new(tag: null,
                                 count_statistically: null,
                                 ticket_value: null,
                                 entry_signal: null,
                                 product_number: null,
                                 receipt_number: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
korona-entry-client-1.0.2 docs/TicketInformation.md
korona-entry-client-1.0.1 docs/TicketInformation.md
korona-entry-client-1.0.0 docs/TicketInformation.md