Contains metadata keys and values
These metadata objects are contained in the metaData array in the transactionMetaData object.
Request
| Property Name | Type | Required | Description |
|---|---|---|---|
metaKey | string | Optional | Key name of transaction metadata. 40 characters max. |
metaValue | string | Optional | Value of transaction metadata. 500 characters max. |
metaDescription | string | Optional | Description of transaction metadata. 40 characters max. |
isVisible | string | Optional | Property controlling whether the transaction metadata is visible in the invoice (Y) or hidden (N).Possible values: Y, NDefault value: N |
Response
| Property Name | Type | Description |
|---|---|---|
metaKey | string | Key name of transaction metadata. 40 characters max. |
metaValue | string | Value of transaction metadata. 500 characters max. |
metaDescription | string | Description of transaction metadata. 40 characters max. |
isVisible | string | Property controlling whether the transaction metadata is visible in the invoice (Y) or hidden (N).Possible values: Y, NDefault value: N |
