# RescheduleLoanAccountAction

The request payload for performing a reschedule loan account action

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**carryForwardOptions** | [**CarryForwardOptions**](CarryForwardOptions.md) |  | [optional] [default to undefined]
**keepSameAccountId** | **boolean** | Choose whether to keep the same account ID as the originating account. If true, the \&#39;id\&#39; field in the \&#39;loanAccount\&#39; object should not be provided. | [optional] [default to undefined]
**loanAccount** | [**RescheduleLoanAccount**](RescheduleLoanAccount.md) |  | [default to undefined]
**writeOffAmounts** | [**RescheduleWriteOffAmounts**](RescheduleWriteOffAmounts.md) |  | [optional] [default to undefined]

## Example

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

const instance: RescheduleLoanAccountAction = {
    carryForwardOptions,
    keepSameAccountId,
    loanAccount,
    writeOffAmounts,
};
```

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