> 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/enums/types.payingaccounttype.md).

# types.PayingAccountType

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

## Enumeration: PayingAccountType

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

Type of relationship between a paying account and a beneficiary

### Table of contents

#### Enumeration Members

* [Other](#other)
* [Subsidy](#subsidy)

### Enumeration Members

#### Other

• **Other**

the paying Account is paying for a specific transaction because of chain-specific constraints (i.e. the caller is accepting an invitation to an Identity and cannot have any funds to pay for it by definition)

**Defined in**

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

***

#### Subsidy

• **Subsidy**

the paying Account is currently subsidizing the caller

**Defined in**

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