# LoanAccountSchedulesPreviewProcessPMTTransactionally

Payload structure to preview the loan account schedule differences when processing PMT transactionally.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**differences** | **boolean** | Whether there differences on schedule or not. | [optional] [default to undefined]
**existingSchedule** | [**Array&lt;Installment&gt;**](Installment.md) | The loan account existing schedule installments list. | [optional] [default to undefined]
**schedule** | [**Array&lt;Installment&gt;**](Installment.md) | The loan account new schedule installments list. | [optional] [default to undefined]

## Example

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

const instance: LoanAccountSchedulesPreviewProcessPMTTransactionally = {
    differences,
    existingSchedule,
    schedule,
};
```

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