Merge pull request #79 from chrisr3d/master

Added optional attributes for a transaction
pull/81/head
Alexandre Dulaunoy 2018-02-14 11:40:33 +01:00 committed by GitHub
commit b2910f0d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,16 @@
"ui-priority": 0,
"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": {
"description": "Date and time of the transaction.",
"ui-priority": 0,