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