# ReductionCardType
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **String** | |
**short_code** | Option<**String**> | reduction card code to be used in bar codes. The code is defined within the context of the issuer and is required to be very short (usually 1-4 positions). The code is used in ticket bar codes to indicate required checks of this reduction card during travel. | [optional]
**issuer** | **String** | Identifies a company. For rail, a RICS company code or compatible ERA company code are used. E.g.: 'urn:uic:rics:1185:000011' |
**name** | [**models::Text**](Text.md) | |
**card_id_required** | Option<**bool**> | the card id must be delivered in online sales | [optional][default to false]
**included_card_types** | Option<[**Vec<models::CardTypeReference>**](CardTypeReference.md)> | This card includes the listed cards | [optional]
**service_class_types** | Option<**Vec<String>**> | list of service classes where this card applies | [optional]
**reductions_granted** | Option<[**Vec<models::ReductionGranted>**](ReductionGranted.md)> | reductions that will be granted by this reduction card type | [optional]
**_links** | Option<[**Vec<models::Link>**](Link.md)> | Java Property Name: 'links' | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)