We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bdb1d commit 7ad3f33Copy full SHA for 7ad3f33
README.md
@@ -23,7 +23,7 @@ Tested with [Qonto](https://qonto.com) bulk SEPA transfers.
23
24
## Usage
25
26
-### IBAN and BIC validation
+### Validation
27
28
```java
29
class MyRecord {
@@ -34,10 +34,13 @@ class MyRecord {
34
@BIC
35
private String bic;
36
37
+ @Iso20022CharacterSet
38
+ private String reference;
39
+
40
}
41
```
42
-Only accepts valid IBAN, BIC8 and BIC11.
43
+Only accepts valid IBAN, BIC8/BIC11 and valid ISO 20022 patterns.
44
45
### Bulk SEPA transfers
46
0 commit comments