Properties
| Name | Type | Description |
|---|---|---|
| modificationMerchantReference | string | The capture's merchant reference included in the transfer. |
| modificationPspReference | string | The capture reference included in the transfer. |
| type | string | **internal** |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/InternalCategoryData",
"title": "InternalCategoryData",
"additionalProperties": false,
"properties": {
"modificationMerchantReference": {
"x-addedInVersion": "4",
"description": "The capture's merchant reference included in the transfer.",
"type": "string"
},
"modificationPspReference": {
"x-addedInVersion": "4",
"description": "The capture reference included in the transfer.",
"type": "string"
},
"type": {
"default": "internal",
"description": "**internal**",
"enum": [
"internal"
],
"type": "string"
}
},
"type": "object"
}