> 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/transferrestrictioninputbase.md).

# TransferRestrictionInputBase

## Hierarchy

* **TransferRestrictionInputBase**

  ↳ [CountTransferRestrictionInput](/polymesh-sdk-api-reference/docs-v5/interfaces/counttransferrestrictioninput.md)

  ↳ [PercentageTransferRestrictionInput](/polymesh-sdk-api-reference/docs-v5/interfaces/percentagetransferrestrictioninput.md)

## Index

### Properties

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

## Properties

### `Optional` exemptedIdentities

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

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

### `Optional` exemptedScopeIds

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

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