This article lists all the enum types used in Ventoo Document Reader.
QR Bill Reference Type VTO
Represents the reference type recognized by the Azure Function for a Swiss QR-bill. Not extensible (Extensible = false), since the values are fixed by the Swiss payment standard.
|
Value |
Name |
API value |
Description |
|---|---|---|---|
|
0 |
(blank) |
– |
No reference type recognized, or not assignable. |
|
1 |
QRR |
|
Swiss QR reference, 27 digits, with Mod10r check digit. |
|
2 |
SCOR |
|
Creditor Reference per ISO 11649. |
|
3 |
NON |
|
No structured reference present. |
Note: The API value matches exactly the text the Azure Function returns in the reference.type field of the JSON response (case is ignored when parsing). Any other or unknown value is mapped to the blank reference type.