# GetDealsSummaryResponse200Data
## Properties
**values_total** | Option<[**crate::models::GetDealsSummaryResponse200DataValuesTotal**](getDealsSummaryResponse200_data_values_total.md)> | | [optional]
**weighted_values_total** | Option<[**crate::models::GetDealsSummaryResponse200DataWeightedValuesTotal**](getDealsSummaryResponse200_data_weighted_values_total.md)> | | [optional]
**total_count** | Option<**i32**> | The total number of deals | [optional]
**total_currency_converted_value** | Option<**f32**> | The total value of deals converted into the company default currency | [optional]
**total_weighted_currency_converted_value** | Option<**f32**> | The total weighted value of deals converted into the company default currency | [optional]
**total_currency_converted_value_formatted** | Option<**String**> | The total converted value of deals formatted with the company default currency. E.g. US$5,100.96 | [optional]
**total_weighted_currency_converted_value_formatted** | Option<**String**> | The total weighted value of deals formatted with the company default currency. E.g. US$5,100.96 | [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)