# CurrenciesConfiguration

Represents the currencies configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**baseCurrency** | [**CurrencyConfiguration**](CurrencyConfiguration.md) |  | [default to undefined]
**foreignCurrencies** | [**Array&lt;ForeignCurrencyConfiguration&gt;**](ForeignCurrencyConfiguration.md) | The list of all the foreign currencies. It is ordered by currency code in ascending order. It can be empty. | [optional] [default to undefined]
**startDate** | **string** | The date starting from which the configuration is applied and/or returned, based on the organization timezone. It may be null if all the data is returned or updated. | [optional] [default to undefined]

## Example

```typescript
import { CurrenciesConfiguration } from './api';

const instance: CurrenciesConfiguration = {
    baseCurrency,
    foreignCurrencies,
    startDate,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
