# FeesSettingsForSchedulePreview

Defines fees settings for schedule preview.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**feeRate** | **number** | The fee rate. Represents the fee rate for the loan account. | [optional] [default to undefined]

## Example

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

const instance: FeesSettingsForSchedulePreview = {
    feeRate,
};
```

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