> 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.payingaccount.md).

# types.PayingAccount

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

## Interface: PayingAccount

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

Represents a relationship in which a third party Account is paying for a transaction on behalf of the caller

### Hierarchy

* **`PayingAccount`**

  ↳ [`ThirdPartyFees`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.thirdpartyfees.md)

### Table of contents

#### Properties

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

### Properties

#### account

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

Account that pays for the transaction

**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

**Defined in**

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

***

#### type

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

**Defined in**

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