# AccountingRateConfiguration

Model representation of the accounting rate configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rate** | **number** | The accounting rate. | [optional] [default to undefined]
**startDate** | **string** | The accounting rate will apply starting with this date. | [optional] [default to undefined]

## Example

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

const instance: AccountingRateConfiguration = {
    rate,
    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)
