# GrantedReductionAmount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | Clear text representation of the actual passenger type, suitable to be presented to a client. |
**granted_amount** | [**models::Price**](Price.md) | |
**passenger_refs** | Option<**Vec<String>**> | ids of the passengers that were granted the reduction | [optional]
**trip_coverage** | Option<[**models::TripCoverage**](TripCoverage.md)> | | [optional]
**inbound_trip_coverage** | Option<[**models::TripCoverage**](TripCoverage.md)> | | [optional]
**applied_passenger_types** | Option<**Vec<String>**> | | [optional]
**applied_reductions** | Option<[**Vec<models::CardReference>**](CardReference.md)> | | [optional]
**applied_corporate_codes** | Option<[**Vec<models::CorporateCode>**](CorporateCode.md)> | | [optional]
**applied_promotion_codes** | Option<[**Vec<models::PromotionCode>**](PromotionCode.md)> | | [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)