# SetAssetRequirementsParams

## Hierarchy

* **SetAssetRequirementsParams**

## Index

### Properties

* [requirements](/polymesh-sdk-api-reference/docs-v8/interfaces/setassetrequirementsparams.md#requirements)

## Properties

### requirements

• **requirements**: [*Condition*](/polymesh-sdk-api-reference/docs-v8/globals.md#condition)*\[]\[]*

*Defined in* [*src/api/procedures/setAssetRequirements.ts:18*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/procedures/setAssetRequirements.ts#L18)

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/setassetrequirementsparams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
