mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 14:12:07 +00:00
9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = document => ({
|
||
|
version: 'h004',
|
||
|
orderDetails: { OrderType: 'G1V', OrderAttribute: 'DZHNN', StandardOrderParams: {} },
|
||
|
operation: 'upload',
|
||
|
document,
|
||
|
});
|