# PreviewPayOffDueAmountsInAFutureDateInput

Represents the information to preview the pay off due amounts in a future date.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**valueDate** | **string** | The date until which the amounts due for pay off should be calculated | [default to undefined]

## Example

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

const instance: PreviewPayOffDueAmountsInAFutureDateInput = {
    valueDate,
};
```

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