# LoanTerms

The loan transaction terms

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interestSettings** | [**TransactionInterestSettings**](TransactionInterestSettings.md) |  | [optional] [default to undefined]
**periodicPayment** | **number** | The periodic payment value logged when changing it for a Balloon Payments account | [optional] [default to undefined]
**principalPaymentAmount** | **number** | The principal payment flat amount logged when changing it for a Revolving Credit account | [optional] [default to undefined]
**principalPaymentPercentage** | **number** | The principal payment percentage value logged when changing it for a Revolving Credit account | [optional] [default to undefined]

## Example

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

const instance: LoanTerms = {
    interestSettings,
    periodicPayment,
    principalPaymentAmount,
    principalPaymentPercentage,
};
```

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