Update README.md
This commit is contained in:
parent
a57b1c6249
commit
fa8116627f
22
README.md
22
README.md
@ -33,17 +33,17 @@ puts code.to_ansi
|
|||||||
|
|
||||||
Codes can be generated with the following attributes:
|
Codes can be generated with the following attributes:
|
||||||
|
|
||||||
| Attribute | Description | required | max size |
|
| Attribute | Description | required | exclusive | max size |
|
||||||
|----------------------|--------------------------------|--------------------|----------|
|
|----------------------|--------------------------------|--------------------|-----------|----------|
|
||||||
| `bic` | Bank Identifier Code | | 11 |
|
| `bic` | Bank Identifier Code | | | 11 |
|
||||||
| `name` | Name of beneficiary | ✓ | 70 |
|
| `name` | Name of beneficiary | ✓ | | 70 |
|
||||||
| `iban` | IBAN | ✓ | 34 |
|
| `iban` | IBAN | ✓ | | 34 |
|
||||||
| `currency` | ISO-4217 currency code | if `amount` given | 3 |
|
| `currency` | ISO-4217 currency code | if `amount` given | | 3 |
|
||||||
| `amount` | Money amount | | 12 |
|
| `amount` | Money amount | | | 12 |
|
||||||
| `purpose` | SEPA purpose code | | 4 |
|
| `purpose` | SEPA purpose code | | | 4 |
|
||||||
| `creditor_reference` | ISO-11649 creditor reference | | 35 |
|
| `creditor_reference` | ISO-11649 creditor reference | | ✓ | 35 |
|
||||||
| `reference` | Unstructured reference | | 140 |
|
| `reference` | Unstructured reference | | ✓ | 140 |
|
||||||
| `bto_info` | Beneficiary to originator info | | 70 |
|
| `bto_info` | Beneficiary to originator info | | | 70 |
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user