# Commission

## Example Usage

```typescript
import { Commission } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: Commission = {};
```

## Fields

| Field                                                                        | Type                                                                         | Required                                                                     | Description                                                                  | Example                                                                      |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `amount`                                                                     | [components.CommissionAmount1](../../models/components/commissionamount1.md) | :heavy_minus_sign:                                                           | Monetary amount associated with the commission                               | {<br/>"value": "0.25"<br/>}                                                  |