Added attributes for the teller and the authorizer of a transaction

pull/79/head
chrisr3d 2018-02-13 17:53:37 +01:00
parent eef4aab989
commit 594bf5dcc0
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,16 @@
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"teller": {
"description": "Person who conducted the transaction.",
"ui-priority": 0,
"misp-attribute": "text"
},
"authorized": {
"description": "Person who autorized the transaction.",
"ui-priority": 0,
"misp-attribute": "text"
},
"date": { "date": {
"description": "Date and time of the transaction.", "description": "Date and time of the transaction.",
"ui-priority": 0, "ui-priority": 0,