# ChangeFeeRateLoanAccountInput

Represents the request payload for performing an PMT Adjustment action

## Properties

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

## Example

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

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