> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sibipro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderingOrderFee

An object representing a fee associated with an order.

```graphql theme={null}
type OrderingOrderFee {
  name: String!
  amountCents: Int!
}
```

### `name`

`string` - Human readable name of the fee.

***

### `amountCents`

`number` - The amount of the fee, represented in cents.
