# types.FeesBreakdown

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / FeesBreakdown

## Interface: FeesBreakdown

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).FeesBreakdown

Breakdown of transaction fees for a Transaction Queue. In most cases, the entirety of the Queue's fees will be paid by either the signing Account or a third party. In some rare cases, fees can be split between them (for example, if the signing Account is being subsidized, but one of the transactions in the queue terminates the subsidy, leaving the signing Account with the responsibility of paying for the rest of the transactions)

### Table of contents

#### Properties

* [accountBalance](#accountbalance)
* [accountFees](#accountfees)
* [thirdPartyFees](#thirdpartyfees)

### Properties

#### accountBalance

• **accountBalance**: `BigNumber`

free balance of the caller Account

**Defined in**

[types/index.ts:779](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L779)

***

#### accountFees

• **accountFees**: [`Fees`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.fees)

fees that must be paid by the caller Account

**Defined in**

[types/index.ts:775](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L775)

***

#### thirdPartyFees

• **thirdPartyFees**: [`ThirdPartyFees`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.thirdpartyfees)\[]

fees that will be paid by third parties. Each element in the array represents a different third party Account, their corresponding fees, allowances and balance

**Defined in**

[types/index.ts:771](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L771)
