> 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-v9/interfaces/modifyprimaryissuanceagentparams.md).

# ModifyPrimaryIssuanceAgentParams

## Hierarchy

* **ModifyPrimaryIssuanceAgentParams**

## Index

### Properties

* [requestExpiry](/polymesh-sdk-api-reference/docs-v9/interfaces/modifyprimaryissuanceagentparams.md#optional-requestexpiry)
* [target](/polymesh-sdk-api-reference/docs-v9/interfaces/modifyprimaryissuanceagentparams.md#target)

## Properties

### `Optional` requestExpiry

• **requestExpiry**? : [*Date*](/polymesh-sdk-api-reference/docs-v9/enums/transactionargumenttype.md#date)

*Defined in* [*src/api/procedures/modifyPrimaryIssuanceAgent.ts:25*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/api/procedures/modifyPrimaryIssuanceAgent.ts#L25)

date at which the authorization request to modify the primary issuance agent expires (optional, never expires if a date is not provided)

### target

• **target**: *string |* [*Identity*](/polymesh-sdk-api-reference/docs-v9/classes/identity.md)

*Defined in* [*src/api/procedures/modifyPrimaryIssuanceAgent.ts:21*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/api/procedures/modifyPrimaryIssuanceAgent.ts#L21)

identity to be set as primary issuance agent
