Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sepa/mod.ts>CreditorPayments

This is a library to generate SEPA xml files
Latest
interface CreditorPayments
import { type CreditorPayments } from "https://deno.land/x/sepa@v1.0.2/mod.ts";

Properties

id: string

Max length is 35

optional
batchBooking: boolean
requestedExecutionDate: Date

When the payment should be executed

optional
collectionDate: Date
name: string
iban: string
bic: string
payments: Payment[]