> 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-v5/interfaces/percentagetransferrestrictioninput.md).

# PercentageTransferRestrictionInput

## Hierarchy

* [TransferRestrictionInputBase](/polymesh-sdk-api-reference/docs-v5/interfaces/transferrestrictioninputbase.md)

  ↳ **PercentageTransferRestrictionInput**

## Index

### Properties

* [exemptedIdentities](/polymesh-sdk-api-reference/docs-v5/interfaces/percentagetransferrestrictioninput.md#optional-exemptedidentities)
* [exemptedScopeIds](/polymesh-sdk-api-reference/docs-v5/interfaces/percentagetransferrestrictioninput.md#optional-exemptedscopeids)
* [percentage](/polymesh-sdk-api-reference/docs-v5/interfaces/percentagetransferrestrictioninput.md#percentage)

## Properties

### `Optional` exemptedIdentities

• **exemptedIdentities**? : *(string |* [*Identity*](/polymesh-sdk-api-reference/docs-v5/classes/identity.md)*‹›)\[]*

*Inherited from* [*TransferRestrictionInputBase*](/polymesh-sdk-api-reference/docs-v5/interfaces/transferrestrictioninputbase.md)*.*[*exemptedIdentities*](/polymesh-sdk-api-reference/docs-v5/interfaces/transferrestrictioninputbase.md#optional-exemptedidentities)

*Defined in* [*src/types/index.ts:863*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L863)

### `Optional` exemptedScopeIds

• **exemptedScopeIds**? : *string\[]*

*Inherited from* [*TransferRestrictionInputBase*](/polymesh-sdk-api-reference/docs-v5/interfaces/transferrestrictioninputbase.md)*.*[*exemptedScopeIds*](/polymesh-sdk-api-reference/docs-v5/interfaces/transferrestrictioninputbase.md#optional-exemptedscopeids)

*Defined in* [*src/types/index.ts:862*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L862)

### percentage

• **percentage**: *BigNumber*

*Defined in* [*src/types/index.ts:879*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L879)
