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
# Fee

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**summary** | Option<**String**> | A human-readable description of the fee.  | [optional]
**price** | [**models::Price**]Price.md |  | 
**applicability** | Option<**String**> |  | [optional]
**transaction_context** | Option<**String**> |  | [optional]
**status** | Option<[**models::FeeStatus**]FeeStatus.md> |  | [optional]
**distributor_booking_ref** | Option<**String**> | reference to the booking in the downstream distributor system  | [optional]
**refundable** | Option<[**models::RefundType**]RefundType.md> |  | [optional]
**conditions** | Option<[**Vec<models::Condition>**]Condition.md> | Structured description of the sales or after-sales conditions.  | [optional]
**product_code** | Option<**String**> | The product code expressed in the provider system (could be a mapping from an even lower-level provider).  | [optional]
**product_ref** | Option<**String**> | Reference to the Product representing the Fee  | [optional]
**accounting_ref** | Option<[**models::AccountingRef**]AccountingRef.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)