pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# GetDealsSummaryResponse200DataValuesTotal

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | Option<**f32**> | The total value of deals in the deal currency group | [optional]
**count** | Option<**i32**> | The number of deals in the deal currency group | [optional]
**value_converted** | Option<**f32**> | The total value of deals converted into the company default currency | [optional]
**value_formatted** | Option<**String**> | The total value of deals formatted with deal currency. E.g. €50 | [optional]
**value_converted_formatted** | Option<**String**> | The value_converted formatted with deal currency. E.g. US$50.10 | [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)