# 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


---

# 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-v10/interfaces/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.
