# api\_entities\_Subsidy\_types.SubsidyData

[@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) / [api/entities/Subsidy/types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_entities_subsidy_types) / SubsidyData

## Interface: SubsidyData

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

### Table of contents

#### Properties

* [allowance](#allowance)
* [beneficiary](#beneficiary)
* [subsidizer](#subsidizer)

### Properties

#### allowance

• **allowance**: `BigNumber`

amount of POLYX to be subsidized. This can be increased/decreased later on

**Defined in**

[api/entities/Subsidy/types.ts:17](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Subsidy/types.ts#L17)

***

#### beneficiary

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

Account whose transactions are being paid for

**Defined in**

[api/entities/Subsidy/types.ts:9](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Subsidy/types.ts#L9)

***

#### subsidizer

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

Account that is paying for the transactions

**Defined in**

[api/entities/Subsidy/types.ts:13](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/entities/Subsidy/types.ts#L13)
