mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 14:12:07 +00:00
d38460011c
XG1 order type is used for ISO XML 20022 CGI (Common Global Implementation) which should be a unified format that works within a country (irrespective of bank). Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
'use strict';
|
|
|
|
module.exports = document => ({
|
|
version: 'h004',
|
|
orderDetails: { OrderType: 'XG1', OrderAttribute: 'OZHNN', StandardOrderParams: {} },
|
|
operation: 'upload',
|
|
document,
|
|
});
|