# DepositProductCurrencyConfiguration

The currency settings for the product.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currencies** | **Array&lt;string&gt;** | Currencies that can be used by accounts of the product. | [optional] [default to undefined]

## Example

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

const instance: DepositProductCurrencyConfiguration = {
    currencies,
};
```

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