# DisbursementDetailsForSchedulePreview

The the disbursement details it holds the information related to the disbursement details as disbursement date, first repayment date, disbursement fees.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expectedDisbursementDate** | **string** | The date of the expected disbursement.Stored as Organization Time. | [optional] [default to undefined]
**fees** | [**Array&lt;CustomPredefinedFee&gt;**](CustomPredefinedFee.md) | List of fees that should be applied at the disbursement time. | [optional] [default to undefined]
**firstRepaymentDate** | **string** | The date of the expected first repayment. Stored as Organization Time. | [optional] [default to undefined]

## Example

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

const instance: DisbursementDetailsForSchedulePreview = {
    expectedDisbursementDate,
    fees,
    firstRepaymentDate,
};
```

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