# LoanAccountPreviewProcessPMTTransactionally

Payload structure to preview the schedules of a loan account when processing PMT transactionally.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | **string** | The error code of the request. | [optional] [default to undefined]
**info** | **string** | Additional information about the request. | [optional] [default to undefined]
**result** | [**LoanAccountSchedulesPreviewProcessPMTTransactionally**](LoanAccountSchedulesPreviewProcessPMTTransactionally.md) |  | [optional] [default to undefined]
**status** | **string** | The status of the request. | [optional] [default to undefined]

## Example

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

const instance: LoanAccountPreviewProcessPMTTransactionally = {
    error,
    info,
    result,
    status,
};
```

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