mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-16 00:29:32 +00:00
Add DKI order type
To download Exchange rate files and fix syntax error. Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
This commit is contained in:
13
lib/predefinedOrders/DKI.js
Normal file
13
lib/predefinedOrders/DKI.js
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
const utils = require('../utils');
|
||||
|
||||
module.exports = (start = null, end = null) => ({
|
||||
version: 'h004',
|
||||
orderDetails: {
|
||||
OrderType: 'DKI',
|
||||
OrderAttribute: 'DZHNN',
|
||||
StandardOrderParams: utils.dateRange(start, end),
|
||||
},
|
||||
operation: 'download',
|
||||
});
|
||||
Reference in New Issue
Block a user