mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
12 lines
174 B
JavaScript
12 lines
174 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
version: 'h004',
|
|
orderDetails: {
|
|
OrderType: 'HTD',
|
|
OrderAttribute: 'DZHNN',
|
|
StandardOrderParams: {},
|
|
},
|
|
operation: 'download',
|
|
};
|