# InstallmentFee

Represents an installment fee structure.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | [**FeeAmount**](FeeAmount.md) |  | [optional] [default to undefined]
**tax** | [**Amount**](Amount.md) |  | [optional] [default to undefined]

## Example

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

const instance: InstallmentFee = {
    amount,
    tax,
};
```

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