> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/thirdpartyfees.md).

# ThirdPartyFees

Breakdown of the fees that will be paid by a specific third party in a Transaction Queue

## Hierarchy

* **ThirdPartyFees**

## Index

### Properties

* [account](#account)
* [allowance](#allowance)
* [balance](#balance)
* [fees](#fees)

## Properties

### account

• **account**: [*Account*](/polymesh-sdk-api-reference/docs-v10/classes/account.md)

*Defined in* [*src/types/index.ts:631*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L631)

third party Account that will pay for the fees

### allowance

• **allowance**: *BigNumber | null*

*Defined in* [*src/types/index.ts:640*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L640)

maximum amount that the third party Account can pay on behalf of the current Account. A null value signifies no limit

### balance

• **balance**: *BigNumber*

*Defined in* [*src/types/index.ts:644*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L644)

free balance of the third party Account

### fees

• **fees**: [*Fees*](/polymesh-sdk-api-reference/docs-v10/interfaces/fees.md)

*Defined in* [*src/types/index.ts:635*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L635)

fees that will be paid by the third party Account
