# RescheduleDisbursementDetails

The disbursement details, allowed on the loan account restructure

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**firstRepaymentDate** | **string** | The date of the expected first payment | [default to undefined]

## Example

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

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