# LoanProductCurrencyConfiguration

Represents a currency eg. USD, EUR.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **string** | Currency codes according to ISO-4217 currency codes | [optional] [default to undefined]

## Example

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

const instance: LoanProductCurrencyConfiguration = {
    code,
};
```

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