# TrancheDisbursementDetails

The disbursement details regarding a loan tranche.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**disbursementTransactionKey** | **string** | The key of the disbursement transaction logged when this tranche was disbursed. This field will be null until the tranche disbursement | [optional] [default to undefined]
**expectedDisbursementDate** | **string** | The date when this tranche is supposed to be disbursed (as Organization Time) | [optional] [default to undefined]

## Example

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

const instance: TrancheDisbursementDetails = {
    disbursementTransactionKey,
    expectedDisbursementDate,
};
```

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