# InstallmentAllocationElementTaxableAmount

Represents an installment allocation element taxable amount structure.

## Properties

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

## Example

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

const instance: InstallmentAllocationElementTaxableAmount = {
    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)
