# ChangePeriodicPaymentLoanAccountInput

Represents the request payload for performing a periodic payment change action

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**notes** | **string** | The notes for the change periodic payment action performed on the loan account | [optional] [default to undefined]
**periodicPayment** | **number** | The new periodic payment to be available on the account | [default to undefined]
**valueDate** | **string** | The date when to change the periodic payment (as Organization Time) | [default to undefined]

## Example

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

const instance: ChangePeriodicPaymentLoanAccountInput = {
    notes,
    periodicPayment,
    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)
