# RefinanceDisbursementDetails

The disbursement details, allowed on the loan account refinance

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expectedDisbursementDate** | **string** | The date of the expected disbursement | [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 payment | [default to undefined]

## Example

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

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