Contains metadata keys and values
Request
Property Name | Type | Required | Description |
---|---|---|---|
is-visible | boolean | Optional | Property controlling whether the transaction metadata is visible in the invoice (true ) or hidden (false ).Possible values: true , false Default: false |
meta-description | string | Optional | Description of transaction metadata. 40 characters max. |
meta-key | string | Optional | Key name of transaction metadata. 40 characters max. |
meta-value | string | Optional | Value of transaction metadata. 500 characters max. |
Response
Property Name | Type | Description |
---|---|---|
is-visible | boolean | Property controlling whether the transaction metadata is visible in the invoice (true ) or hidden (false ).Possible values: true , false Default: false |
meta-description | string | Description of transaction metadata. 40 characters max. |
meta-key | string | Key name of transaction metadata. 40 characters max. |
meta-value | string | Value of transaction metadata. 500 characters max. |