@lucianpacurar/iso20022.js 0.2.10 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8018,6 +8018,7 @@ class SEPAMultiCreditPaymentInitiation extends PaymentInitiation {
|
|
|
8018
8018
|
Document: {
|
|
8019
8019
|
'@xmlns': 'urn:iso:std:iso:20022:tech:xsd:pain.001.001.03',
|
|
8020
8020
|
'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
|
|
8021
|
+
'@xsi:schemaLocation': 'urn:iso:std:iso:20022:tech:xsd:pain.001.001.03 pain.001.001.03.xsd',
|
|
8021
8022
|
CstmrCdtTrfInitn: {
|
|
8022
8023
|
GrpHdr: {
|
|
8023
8024
|
MsgId: this.messageId,
|
package/dist/index.mjs
CHANGED
|
@@ -8016,6 +8016,7 @@ class SEPAMultiCreditPaymentInitiation extends PaymentInitiation {
|
|
|
8016
8016
|
Document: {
|
|
8017
8017
|
'@xmlns': 'urn:iso:std:iso:20022:tech:xsd:pain.001.001.03',
|
|
8018
8018
|
'@xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
|
|
8019
|
+
'@xsi:schemaLocation': 'urn:iso:std:iso:20022:tech:xsd:pain.001.001.03 pain.001.001.03.xsd',
|
|
8019
8020
|
CstmrCdtTrfInitn: {
|
|
8020
8021
|
GrpHdr: {
|
|
8021
8022
|
MsgId: this.messageId,
|