File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -106,26 +106,26 @@ You can use the following parameters in this message:
106
106
107
107
.. include :: /reference/constraints/_payload-option.rst.inc
108
108
109
+ iban
110
+ ~~~~
111
+
112
+ **type **: ``string `` **default **: ``null ``
113
+
114
+ An IBAN value to validate that the BIC is associated with it.
115
+
109
116
ibanMessage
110
117
~~~~~~~~~~~
111
118
112
119
**type **: ``string `` **default **: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. ``
113
120
114
121
The default message supplied when the value does not pass the combined BIC/IBAN check.
115
122
116
- iban
117
- ~~~~
118
-
119
- **type **: ``string `` **default **: ``null ``
120
-
121
- An IBAN to validate the BIC with.
122
-
123
123
ibanPropertyPath
124
124
~~~~~~~~~~~~~~~~
125
125
126
126
**type **: ``string `` **default **: ``null ``
127
127
128
- It defines the object property whose value is an IBAN used to check the BIC with.
128
+ It defines the object property whose value stores the IBAN used to check the BIC with.
129
129
130
130
For example, if you want to compare the ``$bic `` property of some object
131
131
with regard to the ``$iban `` property of the same object, use
You can’t perform that action at this time.
0 commit comments