> ## 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.

# FeeData

> FeeData is the Hedera protobuf message that aggregates node, network, and service fee components charged for a given transaction or query.

The total fees charged for a transaction. It contains three parts namely node data, network data and service data

| Field         | Type                                                           | Description                                                                                            |
| ------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| `nodedata`    | [FeeComponents](/reference/protobuf/basic-types/feecomponents) | Fee charged by Node for this functionality                                                             |
| `networkdata` | [FeeComponents](/reference/protobuf/basic-types/feecomponents) | Fee charged for network operations by Hedera                                                           |
| `servicedata` | [FeeComponents](/reference/protobuf/basic-types/feecomponents) | Fee charged for providing service by Hedera                                                            |
| `subType`     | [SubType](/reference/protobuf/basic-types/subtype)             | SubType distinguishing between different types of FeeData, correlating to the same HederaFunctionality |

####
