osdm-sys 0.1.0-alpha.3

Specifications for the OSDM API standard. The OSDM specification supports two modes of operation: Retailer Mode and Distributor Mode. The API works identically in both modes, except that in distributor mode the API also returns fare information. The following resources are key to get started: - [Processes](https://osdm.io/spec/processes/) - [Models](https://osdm.io/spec/models/) - [Getting started](https://osdm.io/spec/getting-started/)
Documentation
# 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)