# FeeInput

An amount of predefined fee to apply on account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **number** | The amount of the fee to apply | [optional] [default to undefined]
**percentage** | **number** | The percentage of the fee to apply | [optional] [default to undefined]
**predefinedFeeKey** | **string** | The encoded key of the predefined fee | [default to undefined]

## Example

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

const instance: FeeInput = {
    amount,
    percentage,
    predefinedFeeKey,
};
```

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