Comparing version 0.0.6 to 0.0.7
@@ -36,2 +36,12 @@ 'use strict'; | ||
}, | ||
relatedParties: { | ||
creditorName: select('a:NtryDtls/a:TxDtls/a:RltdPties/a:Cdtr/a:Nm/text()', elem).toString(), | ||
creditorAccount: { | ||
iban: select('a:NtryDtls/a:TxDtls/a:RltdPties/a:CdtrAcct/a:Id/a:IBAN/text()', elem).toString() | ||
} | ||
}, | ||
remittanceInformation: { | ||
referenceNumber: select('a:NtryDtls/a:TxDtls/a:RmtInf/a:Strd/a:CdtrRefInf/a:Ref/text()', elem).toString(), | ||
txt: select('a:NtryDtls/a:TxDtls/a:RmtInf/a:Ustrd/text()', elem).toString() | ||
}, | ||
relatedDates: { | ||
@@ -38,0 +48,0 @@ acceptanceDateTime: select('a:NtryDtls/a:TxDtls/a:RltdDts/a:AccptncDtTm/text()', elem).toString() |
{ | ||
"name": "corporate", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A module for parsing (mostly) ISO20022 messages", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94237
546