simple library
Classes
- DeliveryDate
- Represents the "Leistungsdatum" in Germany. Represents the "Leistungszeitraum" if endDate is specified.
- FacturSimpleConfig
- InvoiceItemList
- InvoiceLineItem
- Represents a single line item for the Factur-X XML.
- InvoiceParty
- Seller / buyer party information for the Factur-X XML.
- PaymentInfo
- Bank/payment information for the Factur-X XML.
Functions
-
buildFacturXml(
{required String invoiceNumber, required DateTime issueDate, required DeliveryDate deliveryDate, required DateTime? dueDate, required InvoiceParty seller, required InvoiceParty buyer, required InvoiceItemList itemList, PaymentInfo? paymentInfo}) → String - Builds a Factur-X / ZUGFeRD 2.x compliant XML string.