# LoanAccountSchedule

Represents a single loan account schedule structure.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currency** | [**Currency**](Currency.md) |  | [optional] [default to undefined]
**installments** | [**Array&lt;Installment&gt;**](Installment.md) | The loan account schedule installments list. | [optional] [default to undefined]

## Example

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

const instance: LoanAccountSchedule = {
    currency,
    installments,
};
```

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