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:
8
lib/predefinedOrders/CDB.js
Normal file
8
lib/predefinedOrders/CDB.js
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = document => ({
|
||||
version: 'h004',
|
||||
orderDetails: { OrderType: 'CDB', OrderAttribute: 'OZHNN', StandardOrderParams: {} },
|
||||
operation: 'upload',
|
||||
document,
|
||||
});
|
||||
Reference in New Issue
Block a user