> 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-alpha/interfaces/types.thirdpartyfees.md).

# types.ThirdPartyFees

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md) / ThirdPartyFees

## Interface: ThirdPartyFees

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).ThirdPartyFees

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

### Hierarchy

* [`PayingAccount`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount.md)

  ↳ **`ThirdPartyFees`**

### Table of contents

#### Properties

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

### Properties

#### account

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

Account that pays for the transaction

**Inherited from**

[PayingAccount](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount.md).[account](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount.md#account)

**Defined in**

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

***

#### allowance

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

total amount that will be paid for

**Inherited from**

[PayingAccount](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount.md).[allowance](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount.md#allowance)

**Defined in**

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

***

#### balance

• **balance**: `BigNumber`

free balance of the third party Account

**Defined in**

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

***

#### fees

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

fees that will be paid by the third party Account

**Defined in**

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

***

#### type

• **type**: [`PayingAccountType`](/polymesh-sdk-api-reference/docs-alpha/enums/types.payingaccounttype.md)

**Inherited from**

[PayingAccount](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount.md).[type](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount.md#type)

**Defined in**

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