# types.ThirdPartyFees

[@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) / ThirdPartyFees

## Interface: ThirdPartyFees

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

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

### Hierarchy

* [`PayingAccount`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount)

  ↳ **`ThirdPartyFees`**

### Table of contents

#### Properties

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

### Properties

#### account

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

Account that pays for the transaction

**Inherited from**

[PayingAccount](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount).[account](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/types.payingaccount#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](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount).[allowance](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/types.payingaccount#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`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.fees)

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`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.payingaccounttype)

**Inherited from**

[PayingAccount](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.payingaccount).[type](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/types.payingaccount#type)

**Defined in**

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