Merge pull request #915 from johamb/patch-1

Update SubjectCode.java to add subject code 'PMT'
This commit is contained in:
Jochen Staerk
2025-08-27 14:42:07 +02:00
committed by GitHub

View File

@@ -40,5 +40,9 @@ public enum SubjectCode {
/** /**
* Vehicle licence number * Vehicle licence number
*/ */
ABZ ABZ,
/**
* Payment information
*/
PMT
} }