3.1.1 • Published 7 months ago
sepa-js-xml v3.1.1
Sepa JS XML
This is a library to generate SEPA xml files.
Note that this library has not been tested 100%
If you find a problem, please report it
Documentation
You can find the Docs here
Example
import { createSepaXML } from "sepa-js-xml";
createSepaXML({
id: "1",
creationDate: new Date(2022, 5, 16, 0, 0),
initiatorName: "Test",
positions: [
{
name: "Test",
iban: "",
bic: "",
requestedExecutionDate: new Date(2022, 5, 16, 0, 0),
id: "123",
payments: [
{
id: "Payment 1",
amount: 123,
iban: "",
bic: "",
name: "Test",
remittanceInformation: "WOW 1",
},
{
id: "Payment 2",
amount: 123.83,
iban: "",
bic: "",
name: "Test",
remittanceInformation: "WOW 2",
},
{
id: "Payment 3",
amount: 69,
iban: "",
bic: "",
name: "Test",
remittanceInformation: "WOW 3",
},
],
},
],
});
License
3.1.1
7 months ago
3.1.0
9 months ago
3.0.7
9 months ago
3.0.8-beta.1
9 months ago
3.0.7-beta.2
9 months ago
3.0.7-beta.1
10 months ago
3.0.6
12 months ago
3.0.5
1 year ago
3.0.4
2 years ago
3.0.3
2 years ago
3.0.2
2 years ago
3.0.1
2 years ago
3.0.0
2 years ago
2.0.3
3 years ago
2.0.4
3 years ago
2.0.2
3 years ago
2.0.1
3 years ago
1.2.4
3 years ago
1.2.3
3 years ago
2.0.0
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago