> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TransactionFeeSchedule

> TransactionFeeSchedule is the Hedera protobuf message linking a HederaFunctionality value with its FeeData entries used to price each transaction type.

The fees for a specific transaction or query based on the fee data.

| Field                 | Type                                                                         | Description                                                    |
| --------------------- | ---------------------------------------------------------------------------- | -------------------------------------------------------------- |
| `hederaFunctionality` | ​[HederaFunctionality](/reference/protobuf/basic-types/hederafunctionality)​ | A particular transaction or query                              |
| `feeData`             | ​[FeeData](/reference/protobuf/basic-types/feedata)​                         | <p>Resource price coefficients</p><p>\[deprecated]</p>         |
| `fees`                | repeated [FeeData](/reference/protobuf/basic-types/feedata)                  | Resource price coefficients. Supports subtype price definition |

#### <a href="#undefined" id="undefined" />
