# InstallmentAllocationElementAmount

Represents an installment allocation element amount structure.

## Properties

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

## Example

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

const instance: InstallmentAllocationElementAmount = {
    amount,
};
```

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