mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-15 16:21:26 +00:00
add predefined orders
This commit is contained in:
11
lib/predefinedOrders/HTD.js
Normal file
11
lib/predefinedOrders/HTD.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
version: 'h004',
|
||||
orderDetails: {
|
||||
OrderType: 'HTD',
|
||||
OrderAttribute: 'DZHNN',
|
||||
StandardOrderParams: {},
|
||||
},
|
||||
operation: 'download',
|
||||
};
|
||||
Reference in New Issue
Block a user