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