# CurrencyConversion
## Properties
**description** | Option<**String**> | description of the conversion, e.g. rate, rounding rules, reference to rules | [optional]
**original_currency** | **String** | ISO 4217 currency codes |
**original_amount** | **i32** | amount in cents |
**scale** | Option<**i32**> | scale of the amount - the number of positions after the comma | [optional][default to 2]
**applied_rate** | Option<**f64**> | | [optional]
**original_vats** | Option<[**Vec<models::Vat>**](VAT.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)