node-ebics-client/lib/predefinedOrders/XCT.js

9 lines
189 B
JavaScript
Raw Permalink Normal View History

2019-07-22 15:36:38 +00:00
'use strict';
module.exports = document => ({
version: 'h004',
orderDetails: { OrderType: 'XCT', OrderAttribute: 'OZHNN', StandardOrderParams: {} },
operation: 'upload',
document,
});