# PlannedFeeKeys

The planned installment fees encoded keys list

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**encodedKeys** | **Array&lt;string&gt;** | The list of encoded keys of the planned installment fees. | [default to undefined]

## Example

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

const instance: PlannedFeeKeys = {
    encodedKeys,
};
```

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