Transactional Data
This section shows the structure and attributes of transactional data.
{
"id": "td-default",
"path": "td/td-default.json",
"definition": {
"collection": "DEFAULT",
"description": "DEFAULT",
"name": "DEFAULT",
"resource": "DEFAULT",
"status": "RELEASED",
"type": "TRANSACTIONAL_DATA"
},
"structure": {
"attributes": [
{
"code": "transactionalGuid",
"name": "transactionalGuid",
"type_definition": {
"type": "string"
},
"order": 1,
"required": false,
"system": false
},
{
"code": "createdAt",
"name": "createdAt",
"type_definition": {
"type": "timestamp"
},
"order": 2,
"required": false,
"system": false
},
{
"code": "answer",
"name": "answer",
"type_definition": {
"type": "string"
},
"order": 3,
"required": false,
"system": false
},
{
"name": "senderNodeAddress",
"code": "senderNodeAddress",
"type_definition": {
"type": "string"
},
"required": false,
"system": false,
"order": 4
}
]
}
}Last updated