mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
version: 'h004',
|
|
orderDetails: { OrderType: 'INI', OrderAttribute: 'DZNNN' },
|
|
operation: 'ini',
|
|
};
|