| Interface | Description |
|---|---|
| GraphicsGenerator |
Common interface implemented by graphics generators
|
| Class | Description |
|---|---|
| Address |
Address of creditor, final creditor or debtor.
|
| Bill |
QR bill data
|
| FontMetrics |
Simple font metrics class to be independent of graphics subsystems and installed fonts.
|
| MultilingualText | |
| PDFGenerator | |
| QRBill |
Generates Swiss QR bills.
|
| QRCode |
Generates the QR code for the Swiss QR bill.
|
| SVGGenerator | |
| ValidationMessage |
QR bill validation message.
|
| ValidationResult |
Container for validation results
|
| Validator |
Validates and cleans QR bill data.
|
| Enum | Description |
|---|---|
| Bill.Language |
QR bill language
Intentially in lowercase.
|
| Bill.Version |
QR bill version
|
| QRBill.BillFormat |
The output size of the QR bill
|
| QRBill.GraphicsFormat |
Graphics format of generated QR bill.
|
| ValidationMessage.Type |
Type of validatin message
|
| Exception | Description |
|---|---|
| QRBillValidationError |
Exception thrown if the bill data is not valid.
|