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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.thirdpartyfees.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
