# LoanAccountPayOffInput

Represents the information for loan account pay off action.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**externalId** | **string** | The external ID for the repayment transaction. | [optional] [default to undefined]
**notes** | **string** | The notes for the repayment transaction logged for the pay off action. | [optional] [default to undefined]
**payOffAdjustableAmounts** | [**PayOffAdjustableAmounts**](PayOffAdjustableAmounts.md) |  | [optional] [default to undefined]
**transactionDetails** | [**TransactionDetails**](TransactionDetails.md) |  | [optional] [default to undefined]

## Example

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

const instance: LoanAccountPayOffInput = {
    externalId,
    notes,
    payOffAdjustableAmounts,
    transactionDetails,
};
```

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