# ComplaintDecision
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**compensation_amount** | Option<[**models::Price**](Price.md)> | | [optional]
**refund_voucher** | Option<[**models::FulfillmentDocument**](FulfillmentDocument.md)> | | [optional]
**decision_type** | Option<[**models::DecisionType**](DecisionType.md)> | | [optional]
**explanation** | Option<[**models::SupportingDocument**](SupportingDocument.md)> | | [optional]
**short_explanation** | Option<**String**> | | [optional]
**delayed_journey** | Option<[**Vec<models::Trip>**](Trip.md)> | Allocator or fare provider view on the delays. This might differ from the customer view. | [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)