# Price
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currency** | **String** | ISO 4217 currency codes |
**amount** | **i32** | amount in cents |
**scale** | Option<**i32**> | scale of the amount - the number of positions after the comma | [optional][default to 2]
**vats** | Option<[**Vec<models::Vat>**](VAT.md)> | | [optional]
**applied_currency_conversion** | Option<[**models::CurrencyConversion**](CurrencyConversion.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)