Class | Description |
---|---|
B2bRouter |
Post an invoice to b2brouter.net
via its REST API.
|
BankInfo |
Class to represent the bank information of an Entity.
|
Entity |
Class that represents an Entity.
|
Invoice |
Class to represent an Invoice in EN16931 format.
|
InvoiceLine |
Class that represents an Invoice Line.
|
NamespaceResolver |
Adapted from: https://howtodoinjava.com/xml/xpath-namespace-resolution-example/
|
PostalAddress |
Class That represents a Postal Address of an Entity
|
Tax |
Class representing a Tax associated to an InvoiceLine.
|
Validex |
Class to validate an Invoice in EN16931 format using the
online service validex.net.
|
XmlParser |
Class to parse an XML file in EN16931 format in to an Invoice Instance.
|