# types.PlainTransactionArgument

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

## Interface: PlainTransactionArgument

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).PlainTransactionArgument

### Table of contents

#### Properties

* [type](#type)

### Properties

#### type

• **type**: [`Did`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#did) | [`Address`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#address) | [`Text`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#text) | [`Boolean`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#boolean) | [`Number`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#number) | [`Balance`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#balance) | [`Date`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#date) | [`Unknown`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#unknown) | [`Null`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transactionargumenttype#null)

**Defined in**

[types/index.ts:1109](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1109)
