# DepositProductCurrencySettings

Currency settings for the product.

## Properties

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

## Example

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

const instance: DepositProductCurrencySettings = {
    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)
