# AdjustTransactionInstallmentDetailsDTO

Contains the details for the spread of the adjusted amount over the installments

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amountToAdd** | **number** | The amount to be added on the fee/penalty due amounts (depending on transaction type), on the corresponding installment | [default to undefined]
**installmentKey** | **string** | The encoded key of the installment | [default to undefined]

## Example

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

const instance: AdjustTransactionInstallmentDetailsDTO = {
    amountToAdd,
    installmentKey,
};
```

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