# types.PayingAccount

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

## Interface: PayingAccount

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

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

### Hierarchy

* **`PayingAccount`**

  ↳ [`ThirdPartyFees`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.thirdpartyfees)

### Table of contents

#### Properties

* [account](#account)
* [allowance](#allowance)
* [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

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

**Defined in**

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