Update README.md

This commit is contained in:
Matthias Grosser 2025-03-15 10:25:07 +01:00 committed by GitHub
parent a57b1c6249
commit fa8116627f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,17 +33,17 @@ puts code.to_ansi
Codes can be generated with the following attributes:
| Attribute | Description | required | max size |
|----------------------|--------------------------------|--------------------|----------|
| `bic` | Bank Identifier Code | | 11 |
| `name` | Name of beneficiary | ✓ | 70 |
| `iban` | IBAN | ✓ | 34 |
| `currency` | ISO-4217 currency code | if `amount` given | 3 |
| `amount` | Money amount | | 12 |
| `purpose` | SEPA purpose code | | 4 |
| `creditor_reference` | ISO-11649 creditor reference | | 35 |
| `reference` | Unstructured reference | | 140 |
| `bto_info` | Beneficiary to originator info | | 70 |
| Attribute | Description | required | exclusive | max size |
|----------------------|--------------------------------|--------------------|-----------|----------|
| `bic` | Bank Identifier Code | | | 11 |
| `name` | Name of beneficiary | ✓ | | 70 |
| `iban` | IBAN | ✓ | | 34 |
| `currency` | ISO-4217 currency code | if `amount` given | | 3 |
| `amount` | Money amount | | | 12 |
| `purpose` | SEPA purpose code | | | 4 |
| `creditor_reference` | ISO-11649 creditor reference | | ✓ | 35 |
| `reference` | Unstructured reference | | ✓ | 140 |
| `bto_info` | Beneficiary to originator info | | | 70 |
## Limitations