# api\_procedures\_setAssetRequirements.SetAssetRequirementsParams

[@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/procedures/setAssetRequirements](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_setassetrequirements) / SetAssetRequirementsParams

## Interface: SetAssetRequirementsParams

[api/procedures/setAssetRequirements](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_setassetrequirements).SetAssetRequirementsParams

### Table of contents

#### Properties

* [requirements](#requirements)

### Properties

#### requirements

• **requirements**: [`InputCondition`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types#inputcondition)\[]\[]

array of array of conditions. For a transfer to be successful, it must comply with all the conditions of at least one of the arrays. In other words, higher level arrays are *OR* between them, while conditions inside each array are *AND* between them

**Defined in**

[api/procedures/setAssetRequirements.ts:16](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/setAssetRequirements.ts#L16)
